SlideShare a Scribd company logo
1 of 4
Download to read offline
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 10 | Oct-2014, Available @ http://www.ijret.org 195
HAZARD OBJECT REPORTING TO RESPECTIVE AUTHORITIES
Varsha Singh1
, Pokharkar Archana D2
, Borle Priyanka P3
, Patil Aishwarya S4
1
Student, Computer Engg, BVCOEW, Maharashtra, India
2
Student, Computer Engg, BVCOEW, Maharashtra, India
3
Student, Computer Engg, BVCOEW, Maharashtra, India
4
Student, Computer Engg, BVCOEW, Maharashtra, India
Abstract
The use of mobile devices, such as smart phones and cellular phones, in field data collection is increasing today because of the
emergence of embedded Global Position Systems (GPS) and Wi-Fi Internet access. The people encounter many hazardous object
in daily life but because of lack of any central platform they are not able to report it to concerned authority .We are developing a
central platform where normal people can submit their issues to respective authorities. The user need to capture real time images
, videos or audios of hazardous objects , select the concerned authorities and risk level and sync it to the server with their GPS
location .The data captured from android will be shown on Google Maps using Google Maps API v3.This data will be available
to corresponding departments of government. Government officers can do survey of area based on different criteria for example
area where many cases are reported but not solved. So this will be one central platform where all hazard issues will be reported
with their location to respective departments and government will understand exact problem and their location.
Keywords: Hazardous, Global positioning system (GPS), Wireless Fidelity (Wi-Fi), Application programming
interface (API), risk level
--------------------------------------------------------------------***----------------------------------------------------------------------
1. INTRODUCTION
Hazard reporting is an android application which is really
useful for the people who want to do something for their
society. Using this application the user need to capture real
time images of hazardous objects with their location and
sync it with the server. The data captured from android will
be shown on Google Maps using Google Maps API v3. This
data will be available to corresponding departments of
government. In existing system, people do not have any
central platform where they can report all their issues. So
government does not understand the exact problem and their
location. In Proposed system, we are developing one central
platform where all issues can be reported with their location
to respective departments. The objective of the system is to
send the images, audio or video related to issue to the
respective departments of the governments. The user
sending this using the web services and android device.
Using this system, we can keep track of the ratio of
complaints registered and issues which are unsolved.
1.1 Purpose
We are developing this system to make central platform
available for normal people to report their issues. Using this
application user going to send these issues to the
corresponding department of government where they can
see the issues location wise. In existing system, people do
not have any central platform where they can report all their
issues. So government does not understand the exact
problem and their location. In proposed system, we are
developing one central platform where all issues can be
reported with their location to respective department. This
system will help authorities to mark the area with more no
of issues. People have started using android smart phone so
the hardware is already available with people. This app will
send notification and messages according to risk level.
There is also a hall of mark page where a person whose max
cases are genuine and solved and authority who is doing
well in solving it will be awarded with hall of mark. Thus
we look forward to develop an android application for both
users and authorities and a web application using java for
authorities only with MongoDB as backend.
1.2 Project Scope
Android Application
 Database design and creation
 Web Services Design
 Android layout design in XML
 Login with user ID & Password as well as IMEI
 Multiple Image capture logic
 GPS integration
Dynamic Web Application
 Database Design in MongoDB
 GUI Design
 Servlets and JSP
2. SYSTEM ARCHITECTURE
This architecture shows overall description of our system.
We need at least one android mobile device and a dedicated
server to host the application. Dedicated Server is used to
store the data. Dedicated server should have MongoDB
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 10 | Oct-2014, Available @ http://www.ijret.org 196
installed on it to handle the database part. We are using
dedicated server for good performance In android
development we are designing the database using SQlite.
When the user sends image to the authorities they also send
some data which gives description about the particular
disaster. The data sent will be encrypted data so that only
sender and receiver will understand the data. Here we are
using Encryption-Decryption algorithm. For developing the
web application for this system the developers are going to
use the MongoDB as a database so that the user can also
send the videos regarding to particular disaster. Google map
APIv3 is used to attached the location with that image so
that the concerned authority will easily get the location.
Fig 2.1 System architecture
3. USE CASE DIAGRAM
4. MATHEMATICAL MODEL
Let „U‟ is the set of complete system
U = {…………..
Let „S‟ is the set of all issues
S = {S1, S2, S3, …, Sn}
Let „D‟ is the set of solved issues
D = {D1, D2, … , Dn}
Let „F‟ is the set of unsolved issues
F = “F1, F2, … , Fn}
Let „G‟ is the set of government departments
G = {G1, G2, … , Gn}
Let „L‟ is the set of locations of issues
L = {L1, L2, … , Ln}
Let „M‟ is the set of all media documents related to issues
M = {M1, M2, … , Mn}
Let „K‟ is the set issues with no media
K = {K1, K2, … , Kn}
So here,
U = {S, D, F, G, L, M}
Mathematical Representation of the system using Set theory
is,
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 10 | Oct-2014, Available @ http://www.ijret.org 197
Activity Diagram
State Transition Diagram
5. LITERATURE SURVEY
In existing system, people do not have any central platform
where they can report all their issues. So governments do
not understand the exact problem and their location. In
Proposed system, we are developing one central platform
where all issues can be reported with their location to
respective departments.
5.1 User Classes
Users of this system are normal people and government
employees. Normal People are those who are reporting
hazardous incident and government employees are those
who are solve that reported incidents.
6. TECHNOLOGIES AND FEATURES
 Operating System: Windows
 Programming Environment: We will be using JDK
7.0 as the development platform for the prototype
system.
 Programming Tool: Android Development
Tool(Eclipse)
 Android 2.2 Supported mobile handset
 Google Map API v3 integration: Data captured on
android will be shown on Google maps using Google
maps API v3.
 Database: We are using MongoDB as the database.
We are using concepts of metadata in this system.
The tables will be generated and managed at the run
time in this system. We are using MongoDB for
transferring the videos.
7. DESIGN AND IMPLEMENTATION
CONSTRAINTS
We need at least one android mobile device and a dedicated
server to host the application. Dedicated Server is used to
store the data. Dedicated server should have MongoDB
installed on it to handle the database part. In android
development we are designing the database using SQlite.
We are using dedicated server for good performance.
8. ASSUMPTIONS & DEPENDENCIES
The user is expected to have android mobile phones and
should be able to send and receive data when connected to
the internet. Dedicated server should have MongoDB
installed on it to handle the database part.
1. Government will allot their representative to solve the
issues listed by application.
2. Normal People will use this application to report the
issues.
9. TECHNICAL SPECIFICATIONS
9.1 Advantages
 Central platform to report issues – Saves time
 To mark the area with more number of issues
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 10 | Oct-2014, Available @ http://www.ijret.org 198
 Use of MongoDB accepts unstructured data and
reduces the data acceptance time.
 Stop corruption involved in concerned authority
 Encourage people to report issues and authority to
solve issue to get hall of mark
9.2 Disadvantages
 Internet connectivity is compulsory to transmit the
data.
 Android phone is required.
 Need GPS lock to get the location. This can be
avoided using LBS data.
9.3 Applications:
 For normal people to report their issues to the
government.
 To survey the areas where maximum number of
issues are there.
 Increase awareness among people and let them have a
sense of responsibility.
 Concerned authority will work efficiently.
10. CONCLUSION
This system will help authorities to mark the area with more
no of issues. This app will send notification and messages
according to risk level. There is also a hall of mark page
where a person whose max cases are genuine and solved and
authority that is doing well in solving it will be awarded
with hall of mark. Thus we look forward to develop an
android application for both users and authorities and a web
application using JSP and servlet for authorities with
MongoDB as backend.
ACKNOWLEDGEMENTS
First and foremost we would like to express our gratitude to
Prof. S.B. Jadhav, our internal guide, for her guidance and
support throughout the project. Without his cooperation, it
would have been extremely difficult for us to complete the
project part of this semester. We would also like to thank the
HOD of the Computer Department, Prof. D.D. Pukale, as
well as the entire teaching and non-teaching staff of the
Computer Department for giving us an opportunity to work
on such an exciting project. Last, but not the least, we are
extremely grateful to our family, friends and colleagues who
have supported us right from the inception of the project.
Thanks for all your encouragement and support.
REFERENCES
[1]. Web-Based GIS System for Real-Time Field Data
Collection Using a Personal Mobile Phone Ko Ko Lwin,
Yuji Murayama Graduate School of Life and Environmental
Sciences, University of Tsukuba, Tsukuba, Japan Received
June 18, 2013; revised July 25, 2013.
[2]. S. Mourão and K. Okadata, “Mobile Phone as a Tool for
Data Collection in Field Research,” World Academy of
Science, Engineering and Technology, Vol. 70, 2010,
pp.222-226.
[3]. University of Washington, “Cell Phones Become
Handheld Tools for Global Development”, Science Daily,
2009.
http://www.sciencedaily.com/releases/2009/10/09102914
1249.htm
[4]. K2008, pp. Moe, B. Dwolatzky and R. Olst, “Designing
a Usable Mobile Application for Field Data Collection,”
IEEE AFRICON,. 1187-1192.
[5]. K. K. Lwin and Y. Murayama, “Personal Field Data
ColK. lection by UM-FieldGIS (UMPC, UltraMobile PC
and Embedded Google Map API),” Proceedings of the 16th
Annual Meeting of GIS Association of Japan, Hokkaido
University, 20-21 October 2009.
[6]. Quantitative versus Qualitative Geospatial Data in
Spatial Modelling and DecisionMaking. Ko Ko Lwin, Yuji
Murayama, Chiaki Mizutani Division of Spatial Information
Science, Graduate School of Life and Environmental
Sciences, University of Tsukuba, Tsukuba, Japan Received
January 5, 2012; revised March 16, 2012; accepted March
26, 2012.
BIOGRAPHIES
Name: Varsha Singh
Email ID: singhvarsha88@hotmail.com
Class: BE computer Engg
College: Bharati Vidyapeeth‟s college of
engineering for women, Pune -411043
Name: Pokharkar Archana Dattatray
Email ID: aparchu8@gmail.com
Class: BE computer Engg
College: Bharati Vidyapeeth‟s college of
engineering for women, Pune -411043
Name: Borle Priyanka Pandurang
Email ID: priyaborle7@rediffmail.com
Class: BE computer Engg
College: Bharati Vidyapeeth‟s college of
engineering for women, Pune -411043
Name: Patil Aishwarya Santosh
Email ID: patilash.patil65@gmail.com
Class: BE computer Engg
College: Bharati Vidyapeeth‟s college of
engineering for women, Pune -411043

More Related Content

What's hot

Nolong.in: an android based incident notification application with push notif...
Nolong.in: an android based incident notification application with push notif...Nolong.in: an android based incident notification application with push notif...
Nolong.in: an android based incident notification application with push notif...IJECEIAES
 
IRJET - Image Watermarking using QR Code
IRJET -  	  Image Watermarking using QR CodeIRJET -  	  Image Watermarking using QR Code
IRJET - Image Watermarking using QR CodeIRJET Journal
 
Augmented reality application for chemical bonding based on android
Augmented reality application for chemical bonding based on androidAugmented reality application for chemical bonding based on android
Augmented reality application for chemical bonding based on androidIJECEIAES
 
Smart Frame - A Location Sensing Picture Frame using IOT
Smart Frame - A Location Sensing Picture Frame using IOTSmart Frame - A Location Sensing Picture Frame using IOT
Smart Frame - A Location Sensing Picture Frame using IOTrahulmonikasharma
 
IRJET - IoT based Vehicle Tracking System
IRJET -  	  IoT based Vehicle Tracking SystemIRJET -  	  IoT based Vehicle Tracking System
IRJET - IoT based Vehicle Tracking SystemIRJET Journal
 
I03402059063
I03402059063I03402059063
I03402059063theijes
 
IRJET- Proximity Detection Warning System using Ray Casting
IRJET- Proximity Detection Warning System using Ray CastingIRJET- Proximity Detection Warning System using Ray Casting
IRJET- Proximity Detection Warning System using Ray CastingIRJET Journal
 
Android based application for wireless control of wheelchair
Android based application for wireless control of wheelchairAndroid based application for wireless control of wheelchair
Android based application for wireless control of wheelchaireSAT Journals
 
Provide security about risk score in mobile application’s
Provide security about risk score in mobile application’sProvide security about risk score in mobile application’s
Provide security about risk score in mobile application’seSAT Journals
 

What's hot (20)

THE LORE OF SPECULATION AND ANALYSIS USING MACHINE LEARNING AND IMAGE MATCHING
THE LORE OF SPECULATION AND ANALYSIS USING  MACHINE LEARNING AND IMAGE MATCHINGTHE LORE OF SPECULATION AND ANALYSIS USING  MACHINE LEARNING AND IMAGE MATCHING
THE LORE OF SPECULATION AND ANALYSIS USING MACHINE LEARNING AND IMAGE MATCHING
 
Nolong.in: an android based incident notification application with push notif...
Nolong.in: an android based incident notification application with push notif...Nolong.in: an android based incident notification application with push notif...
Nolong.in: an android based incident notification application with push notif...
 
IRJET - Image Watermarking using QR Code
IRJET -  	  Image Watermarking using QR CodeIRJET -  	  Image Watermarking using QR Code
IRJET - Image Watermarking using QR Code
 
Augmented reality application for chemical bonding based on android
Augmented reality application for chemical bonding based on androidAugmented reality application for chemical bonding based on android
Augmented reality application for chemical bonding based on android
 
safe journey
safe journeysafe journey
safe journey
 
Implementation of Data Mining Concepts in R Programming
Implementation of Data Mining Concepts in R ProgrammingImplementation of Data Mining Concepts in R Programming
Implementation of Data Mining Concepts in R Programming
 
MOBILE BASED WOMEN SAFETY APPLICATION REAL-TIME DATABASE
MOBILE BASED WOMEN SAFETY APPLICATION REAL-TIME DATABASEMOBILE BASED WOMEN SAFETY APPLICATION REAL-TIME DATABASE
MOBILE BASED WOMEN SAFETY APPLICATION REAL-TIME DATABASE
 
BLIND ASSISTANT SERVICE
BLIND ASSISTANT SERVICEBLIND ASSISTANT SERVICE
BLIND ASSISTANT SERVICE
 
A DISTRIBUTED MACHINE LEARNING BASED IDS FOR CLOUD COMPUTING
A DISTRIBUTED MACHINE LEARNING BASED IDS FOR  CLOUD COMPUTINGA DISTRIBUTED MACHINE LEARNING BASED IDS FOR  CLOUD COMPUTING
A DISTRIBUTED MACHINE LEARNING BASED IDS FOR CLOUD COMPUTING
 
SAFETY NOTIFICATION AND BUS MONITORING SYSTEM
SAFETY NOTIFICATION AND BUS MONITORING SYSTEMSAFETY NOTIFICATION AND BUS MONITORING SYSTEM
SAFETY NOTIFICATION AND BUS MONITORING SYSTEM
 
Smart Frame - A Location Sensing Picture Frame using IOT
Smart Frame - A Location Sensing Picture Frame using IOTSmart Frame - A Location Sensing Picture Frame using IOT
Smart Frame - A Location Sensing Picture Frame using IOT
 
IRJET - IoT based Vehicle Tracking System
IRJET -  	  IoT based Vehicle Tracking SystemIRJET -  	  IoT based Vehicle Tracking System
IRJET - IoT based Vehicle Tracking System
 
Ijsrdv8 i10772
Ijsrdv8 i10772Ijsrdv8 i10772
Ijsrdv8 i10772
 
I03402059063
I03402059063I03402059063
I03402059063
 
AUTHENTICATED MEDICAL DOCUMENTS RELEASING WITH PRIVACY PROTECTION AND RELEAS...
AUTHENTICATED MEDICAL DOCUMENTS RELEASING  WITH PRIVACY PROTECTION AND RELEAS...AUTHENTICATED MEDICAL DOCUMENTS RELEASING  WITH PRIVACY PROTECTION AND RELEAS...
AUTHENTICATED MEDICAL DOCUMENTS RELEASING WITH PRIVACY PROTECTION AND RELEAS...
 
NECK MOVEMENT BASED WHEELCHAIR TO ASSIST THE PHYSICALLY CHALLENGED
NECK MOVEMENT BASED WHEELCHAIR TO ASSIST  THE PHYSICALLY CHALLENGEDNECK MOVEMENT BASED WHEELCHAIR TO ASSIST  THE PHYSICALLY CHALLENGED
NECK MOVEMENT BASED WHEELCHAIR TO ASSIST THE PHYSICALLY CHALLENGED
 
IRJET- Proximity Detection Warning System using Ray Casting
IRJET- Proximity Detection Warning System using Ray CastingIRJET- Proximity Detection Warning System using Ray Casting
IRJET- Proximity Detection Warning System using Ray Casting
 
Android based application for wireless control of wheelchair
Android based application for wireless control of wheelchairAndroid based application for wireless control of wheelchair
Android based application for wireless control of wheelchair
 
EFFECTIVE IN-HOUSE VOTING AND VERIFICATION USING BLOCK CHAIN IMPLEMENTATION
EFFECTIVE IN-HOUSE VOTING AND VERIFICATION USING BLOCK CHAIN IMPLEMENTATIONEFFECTIVE IN-HOUSE VOTING AND VERIFICATION USING BLOCK CHAIN IMPLEMENTATION
EFFECTIVE IN-HOUSE VOTING AND VERIFICATION USING BLOCK CHAIN IMPLEMENTATION
 
Provide security about risk score in mobile application’s
Provide security about risk score in mobile application’sProvide security about risk score in mobile application’s
Provide security about risk score in mobile application’s
 

Viewers also liked

Effect of skew angle on uplift and deflection of rcc skew slab
Effect of skew angle on uplift and deflection of rcc skew slabEffect of skew angle on uplift and deflection of rcc skew slab
Effect of skew angle on uplift and deflection of rcc skew slabeSAT Journals
 
Experimental performance of pv fed led lighting system employing particle swa...
Experimental performance of pv fed led lighting system employing particle swa...Experimental performance of pv fed led lighting system employing particle swa...
Experimental performance of pv fed led lighting system employing particle swa...eSAT Journals
 
Fractals for complexity analysis of diabetic retinopathy in retinal vasculatu...
Fractals for complexity analysis of diabetic retinopathy in retinal vasculatu...Fractals for complexity analysis of diabetic retinopathy in retinal vasculatu...
Fractals for complexity analysis of diabetic retinopathy in retinal vasculatu...eSAT Journals
 
Ensuring secure transfer, access and storage over the cloud storage
Ensuring secure transfer, access and storage over the cloud storageEnsuring secure transfer, access and storage over the cloud storage
Ensuring secure transfer, access and storage over the cloud storageeSAT Journals
 
Digital image compression techniques
Digital image compression techniquesDigital image compression techniques
Digital image compression techniqueseSAT Journals
 
Enhancement of ecg classification using ga and pso
Enhancement of ecg classification using ga and psoEnhancement of ecg classification using ga and pso
Enhancement of ecg classification using ga and psoeSAT Journals
 
Early detection of glaucoma through retinal nerve fiber layer analysis using ...
Early detection of glaucoma through retinal nerve fiber layer analysis using ...Early detection of glaucoma through retinal nerve fiber layer analysis using ...
Early detection of glaucoma through retinal nerve fiber layer analysis using ...eSAT Journals
 
Implementation and demonstration of li fi technology
Implementation and demonstration of li fi technologyImplementation and demonstration of li fi technology
Implementation and demonstration of li fi technologyeSAT Journals
 
Defensible urban space in bahrain
Defensible urban space in bahrainDefensible urban space in bahrain
Defensible urban space in bahraineSAT Journals
 
Design and implementation of secured scan based attacks on ic’s by using on c...
Design and implementation of secured scan based attacks on ic’s by using on c...Design and implementation of secured scan based attacks on ic’s by using on c...
Design and implementation of secured scan based attacks on ic’s by using on c...eSAT Journals
 
Drop test simulation on pen drive by using ansys
Drop test simulation on pen drive by using ansysDrop test simulation on pen drive by using ansys
Drop test simulation on pen drive by using ansyseSAT Journals
 
Heat transfer through journal bearing a case study
Heat transfer through journal bearing   a case studyHeat transfer through journal bearing   a case study
Heat transfer through journal bearing a case studyeSAT Journals
 
Gis in assessing topographical aspects of hilly regions
Gis in assessing topographical aspects of hilly regionsGis in assessing topographical aspects of hilly regions
Gis in assessing topographical aspects of hilly regionseSAT Journals
 
Hybrid aco iwd optimization algorithm for minimizing weighted flowtime in clo...
Hybrid aco iwd optimization algorithm for minimizing weighted flowtime in clo...Hybrid aco iwd optimization algorithm for minimizing weighted flowtime in clo...
Hybrid aco iwd optimization algorithm for minimizing weighted flowtime in clo...eSAT Journals
 
Microstructure and tribological behaviour of aluminium reinforced with tungst...
Microstructure and tribological behaviour of aluminium reinforced with tungst...Microstructure and tribological behaviour of aluminium reinforced with tungst...
Microstructure and tribological behaviour of aluminium reinforced with tungst...eSAT Journals
 
Development of normal strength and high strength self curing concrete using s...
Development of normal strength and high strength self curing concrete using s...Development of normal strength and high strength self curing concrete using s...
Development of normal strength and high strength self curing concrete using s...eSAT Journals
 
Effect of wind turbine on tlp floating platform responses
Effect of wind turbine on tlp floating platform responsesEffect of wind turbine on tlp floating platform responses
Effect of wind turbine on tlp floating platform responseseSAT Journals
 

Viewers also liked (17)

Effect of skew angle on uplift and deflection of rcc skew slab
Effect of skew angle on uplift and deflection of rcc skew slabEffect of skew angle on uplift and deflection of rcc skew slab
Effect of skew angle on uplift and deflection of rcc skew slab
 
Experimental performance of pv fed led lighting system employing particle swa...
Experimental performance of pv fed led lighting system employing particle swa...Experimental performance of pv fed led lighting system employing particle swa...
Experimental performance of pv fed led lighting system employing particle swa...
 
Fractals for complexity analysis of diabetic retinopathy in retinal vasculatu...
Fractals for complexity analysis of diabetic retinopathy in retinal vasculatu...Fractals for complexity analysis of diabetic retinopathy in retinal vasculatu...
Fractals for complexity analysis of diabetic retinopathy in retinal vasculatu...
 
Ensuring secure transfer, access and storage over the cloud storage
Ensuring secure transfer, access and storage over the cloud storageEnsuring secure transfer, access and storage over the cloud storage
Ensuring secure transfer, access and storage over the cloud storage
 
Digital image compression techniques
Digital image compression techniquesDigital image compression techniques
Digital image compression techniques
 
Enhancement of ecg classification using ga and pso
Enhancement of ecg classification using ga and psoEnhancement of ecg classification using ga and pso
Enhancement of ecg classification using ga and pso
 
Early detection of glaucoma through retinal nerve fiber layer analysis using ...
Early detection of glaucoma through retinal nerve fiber layer analysis using ...Early detection of glaucoma through retinal nerve fiber layer analysis using ...
Early detection of glaucoma through retinal nerve fiber layer analysis using ...
 
Implementation and demonstration of li fi technology
Implementation and demonstration of li fi technologyImplementation and demonstration of li fi technology
Implementation and demonstration of li fi technology
 
Defensible urban space in bahrain
Defensible urban space in bahrainDefensible urban space in bahrain
Defensible urban space in bahrain
 
Design and implementation of secured scan based attacks on ic’s by using on c...
Design and implementation of secured scan based attacks on ic’s by using on c...Design and implementation of secured scan based attacks on ic’s by using on c...
Design and implementation of secured scan based attacks on ic’s by using on c...
 
Drop test simulation on pen drive by using ansys
Drop test simulation on pen drive by using ansysDrop test simulation on pen drive by using ansys
Drop test simulation on pen drive by using ansys
 
Heat transfer through journal bearing a case study
Heat transfer through journal bearing   a case studyHeat transfer through journal bearing   a case study
Heat transfer through journal bearing a case study
 
Gis in assessing topographical aspects of hilly regions
Gis in assessing topographical aspects of hilly regionsGis in assessing topographical aspects of hilly regions
Gis in assessing topographical aspects of hilly regions
 
Hybrid aco iwd optimization algorithm for minimizing weighted flowtime in clo...
Hybrid aco iwd optimization algorithm for minimizing weighted flowtime in clo...Hybrid aco iwd optimization algorithm for minimizing weighted flowtime in clo...
Hybrid aco iwd optimization algorithm for minimizing weighted flowtime in clo...
 
Microstructure and tribological behaviour of aluminium reinforced with tungst...
Microstructure and tribological behaviour of aluminium reinforced with tungst...Microstructure and tribological behaviour of aluminium reinforced with tungst...
Microstructure and tribological behaviour of aluminium reinforced with tungst...
 
Development of normal strength and high strength self curing concrete using s...
Development of normal strength and high strength self curing concrete using s...Development of normal strength and high strength self curing concrete using s...
Development of normal strength and high strength self curing concrete using s...
 
Effect of wind turbine on tlp floating platform responses
Effect of wind turbine on tlp floating platform responsesEffect of wind turbine on tlp floating platform responses
Effect of wind turbine on tlp floating platform responses
 

Similar to Hazard object reporting to respective authorities

Log into android mobile to fetch the device oriented information using remote...
Log into android mobile to fetch the device oriented information using remote...Log into android mobile to fetch the device oriented information using remote...
Log into android mobile to fetch the device oriented information using remote...eSAT Journals
 
Log into android mobile to fetch the device oriented information using remote...
Log into android mobile to fetch the device oriented information using remote...Log into android mobile to fetch the device oriented information using remote...
Log into android mobile to fetch the device oriented information using remote...eSAT Publishing House
 
Dynamic interaction of mobile device and database for
Dynamic interaction of mobile device and database forDynamic interaction of mobile device and database for
Dynamic interaction of mobile device and database foreSAT Publishing House
 
IRJET- A Quality Watch Android Based Application for Monitoring Robotic A...
IRJET-  	  A Quality Watch Android Based Application for Monitoring Robotic A...IRJET-  	  A Quality Watch Android Based Application for Monitoring Robotic A...
IRJET- A Quality Watch Android Based Application for Monitoring Robotic A...IRJET Journal
 
IRJET- Improving Employee Tracking and Monitoring System using Advanced M...
IRJET-  	  Improving Employee Tracking and Monitoring System using Advanced M...IRJET-  	  Improving Employee Tracking and Monitoring System using Advanced M...
IRJET- Improving Employee Tracking and Monitoring System using Advanced M...IRJET Journal
 
Hazards Reporting Based On Real-Time Field Data Collection Using Personal Mob...
Hazards Reporting Based On Real-Time Field Data Collection Using Personal Mob...Hazards Reporting Based On Real-Time Field Data Collection Using Personal Mob...
Hazards Reporting Based On Real-Time Field Data Collection Using Personal Mob...IJARIIT
 
IRJET- DocLock Application for Secure Document Sharing
IRJET- DocLock Application for Secure Document SharingIRJET- DocLock Application for Secure Document Sharing
IRJET- DocLock Application for Secure Document SharingIRJET Journal
 
IRJET- Farmer’s friend: Utilization of IoT and Web Application in Agricul...
IRJET-  	  Farmer’s friend: Utilization of IoT and Web Application in Agricul...IRJET-  	  Farmer’s friend: Utilization of IoT and Web Application in Agricul...
IRJET- Farmer’s friend: Utilization of IoT and Web Application in Agricul...IRJET Journal
 
Analysis and reporting of programming skills using mobile cloud based compiler
Analysis and reporting of programming skills using mobile cloud based compilerAnalysis and reporting of programming skills using mobile cloud based compiler
Analysis and reporting of programming skills using mobile cloud based compilereSAT Journals
 
OFFLINE CONTEXT AWARE COMPUTING FOR PROVIDING USER SPECIFIC RESULTS
OFFLINE CONTEXT AWARE COMPUTING FOR PROVIDING USER SPECIFIC RESULTSOFFLINE CONTEXT AWARE COMPUTING FOR PROVIDING USER SPECIFIC RESULTS
OFFLINE CONTEXT AWARE COMPUTING FOR PROVIDING USER SPECIFIC RESULTSJournal For Research
 
Security based home surveillance system using android application
Security based home surveillance system using android applicationSecurity based home surveillance system using android application
Security based home surveillance system using android applicationeSAT Publishing House
 
IRJET- Displaying Data of Smart Phone using Firebase
IRJET- Displaying Data of Smart Phone using FirebaseIRJET- Displaying Data of Smart Phone using Firebase
IRJET- Displaying Data of Smart Phone using FirebaseIRJET Journal
 
Augmented Reality Design of Indonesia Fruit Recognition
Augmented Reality Design of Indonesia Fruit Recognition Augmented Reality Design of Indonesia Fruit Recognition
Augmented Reality Design of Indonesia Fruit Recognition IJECEIAES
 
IRJET- Educatar: Dissemination of Conceptualized Information using Augmented ...
IRJET- Educatar: Dissemination of Conceptualized Information using Augmented ...IRJET- Educatar: Dissemination of Conceptualized Information using Augmented ...
IRJET- Educatar: Dissemination of Conceptualized Information using Augmented ...IRJET Journal
 
IRJET- Emergency Accident Reporting using Smartphone
IRJET- Emergency Accident Reporting using SmartphoneIRJET- Emergency Accident Reporting using Smartphone
IRJET- Emergency Accident Reporting using SmartphoneIRJET Journal
 
IRJET- A Real Time Solution to Flood Monitoring System using IoT and Wireless...
IRJET- A Real Time Solution to Flood Monitoring System using IoT and Wireless...IRJET- A Real Time Solution to Flood Monitoring System using IoT and Wireless...
IRJET- A Real Time Solution to Flood Monitoring System using IoT and Wireless...IRJET Journal
 
IRJET- Smart Application for Complaint Registration
IRJET- Smart Application for Complaint RegistrationIRJET- Smart Application for Complaint Registration
IRJET- Smart Application for Complaint RegistrationIRJET Journal
 
AN ANDROID APPLICATION FOR CAMPUS INFORMATION SYSTEM
AN ANDROID APPLICATION FOR CAMPUS INFORMATION SYSTEMAN ANDROID APPLICATION FOR CAMPUS INFORMATION SYSTEM
AN ANDROID APPLICATION FOR CAMPUS INFORMATION SYSTEMIRJET Journal
 

Similar to Hazard object reporting to respective authorities (20)

Log into android mobile to fetch the device oriented information using remote...
Log into android mobile to fetch the device oriented information using remote...Log into android mobile to fetch the device oriented information using remote...
Log into android mobile to fetch the device oriented information using remote...
 
Log into android mobile to fetch the device oriented information using remote...
Log into android mobile to fetch the device oriented information using remote...Log into android mobile to fetch the device oriented information using remote...
Log into android mobile to fetch the device oriented information using remote...
 
I am secure android application
I am secure android applicationI am secure android application
I am secure android application
 
Dynamic interaction of mobile device and database for
Dynamic interaction of mobile device and database forDynamic interaction of mobile device and database for
Dynamic interaction of mobile device and database for
 
IRJET- A Quality Watch Android Based Application for Monitoring Robotic A...
IRJET-  	  A Quality Watch Android Based Application for Monitoring Robotic A...IRJET-  	  A Quality Watch Android Based Application for Monitoring Robotic A...
IRJET- A Quality Watch Android Based Application for Monitoring Robotic A...
 
IRJET- Improving Employee Tracking and Monitoring System using Advanced M...
IRJET-  	  Improving Employee Tracking and Monitoring System using Advanced M...IRJET-  	  Improving Employee Tracking and Monitoring System using Advanced M...
IRJET- Improving Employee Tracking and Monitoring System using Advanced M...
 
Hazards Reporting Based On Real-Time Field Data Collection Using Personal Mob...
Hazards Reporting Based On Real-Time Field Data Collection Using Personal Mob...Hazards Reporting Based On Real-Time Field Data Collection Using Personal Mob...
Hazards Reporting Based On Real-Time Field Data Collection Using Personal Mob...
 
IRJET- DocLock Application for Secure Document Sharing
IRJET- DocLock Application for Secure Document SharingIRJET- DocLock Application for Secure Document Sharing
IRJET- DocLock Application for Secure Document Sharing
 
IRJET- Farmer’s friend: Utilization of IoT and Web Application in Agricul...
IRJET-  	  Farmer’s friend: Utilization of IoT and Web Application in Agricul...IRJET-  	  Farmer’s friend: Utilization of IoT and Web Application in Agricul...
IRJET- Farmer’s friend: Utilization of IoT and Web Application in Agricul...
 
Analysis and reporting of programming skills using mobile cloud based compiler
Analysis and reporting of programming skills using mobile cloud based compilerAnalysis and reporting of programming skills using mobile cloud based compiler
Analysis and reporting of programming skills using mobile cloud based compiler
 
OFFLINE CONTEXT AWARE COMPUTING FOR PROVIDING USER SPECIFIC RESULTS
OFFLINE CONTEXT AWARE COMPUTING FOR PROVIDING USER SPECIFIC RESULTSOFFLINE CONTEXT AWARE COMPUTING FOR PROVIDING USER SPECIFIC RESULTS
OFFLINE CONTEXT AWARE COMPUTING FOR PROVIDING USER SPECIFIC RESULTS
 
Security based home surveillance system using android application
Security based home surveillance system using android applicationSecurity based home surveillance system using android application
Security based home surveillance system using android application
 
IRJET- Displaying Data of Smart Phone using Firebase
IRJET- Displaying Data of Smart Phone using FirebaseIRJET- Displaying Data of Smart Phone using Firebase
IRJET- Displaying Data of Smart Phone using Firebase
 
Augmented Reality Design of Indonesia Fruit Recognition
Augmented Reality Design of Indonesia Fruit Recognition Augmented Reality Design of Indonesia Fruit Recognition
Augmented Reality Design of Indonesia Fruit Recognition
 
IRJET- Educatar: Dissemination of Conceptualized Information using Augmented ...
IRJET- Educatar: Dissemination of Conceptualized Information using Augmented ...IRJET- Educatar: Dissemination of Conceptualized Information using Augmented ...
IRJET- Educatar: Dissemination of Conceptualized Information using Augmented ...
 
IRJET- Emergency Accident Reporting using Smartphone
IRJET- Emergency Accident Reporting using SmartphoneIRJET- Emergency Accident Reporting using Smartphone
IRJET- Emergency Accident Reporting using Smartphone
 
IRJET- A Real Time Solution to Flood Monitoring System using IoT and Wireless...
IRJET- A Real Time Solution to Flood Monitoring System using IoT and Wireless...IRJET- A Real Time Solution to Flood Monitoring System using IoT and Wireless...
IRJET- A Real Time Solution to Flood Monitoring System using IoT and Wireless...
 
[IJET-V1I3P1] Authors :Sayli Nikumbh,Suchal Gujarathi,Shubham Pawar,S.P.Pingat
[IJET-V1I3P1] Authors :Sayli Nikumbh,Suchal Gujarathi,Shubham Pawar,S.P.Pingat[IJET-V1I3P1] Authors :Sayli Nikumbh,Suchal Gujarathi,Shubham Pawar,S.P.Pingat
[IJET-V1I3P1] Authors :Sayli Nikumbh,Suchal Gujarathi,Shubham Pawar,S.P.Pingat
 
IRJET- Smart Application for Complaint Registration
IRJET- Smart Application for Complaint RegistrationIRJET- Smart Application for Complaint Registration
IRJET- Smart Application for Complaint Registration
 
AN ANDROID APPLICATION FOR CAMPUS INFORMATION SYSTEM
AN ANDROID APPLICATION FOR CAMPUS INFORMATION SYSTEMAN ANDROID APPLICATION FOR CAMPUS INFORMATION SYSTEM
AN ANDROID APPLICATION FOR CAMPUS INFORMATION SYSTEM
 

More from eSAT Journals

Mechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementsMechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementseSAT Journals
 
Material management in construction – a case study
Material management in construction – a case studyMaterial management in construction – a case study
Material management in construction – a case studyeSAT Journals
 
Managing drought short term strategies in semi arid regions a case study
Managing drought    short term strategies in semi arid regions  a case studyManaging drought    short term strategies in semi arid regions  a case study
Managing drought short term strategies in semi arid regions a case studyeSAT Journals
 
Life cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreLife cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreeSAT Journals
 
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialsLaboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialseSAT Journals
 
Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...eSAT Journals
 
Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...eSAT Journals
 
Influence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizerInfluence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizereSAT Journals
 
Geographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementGeographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementeSAT Journals
 
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...eSAT Journals
 
Factors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteFactors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteeSAT Journals
 
Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...eSAT Journals
 
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...eSAT Journals
 
Evaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabsEvaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabseSAT Journals
 
Evaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaEvaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaeSAT Journals
 
Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...eSAT Journals
 
Estimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodEstimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodeSAT Journals
 
Estimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniquesEstimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniqueseSAT Journals
 
Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...eSAT Journals
 
Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...eSAT Journals
 

More from eSAT Journals (20)

Mechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementsMechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavements
 
Material management in construction – a case study
Material management in construction – a case studyMaterial management in construction – a case study
Material management in construction – a case study
 
Managing drought short term strategies in semi arid regions a case study
Managing drought    short term strategies in semi arid regions  a case studyManaging drought    short term strategies in semi arid regions  a case study
Managing drought short term strategies in semi arid regions a case study
 
Life cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreLife cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangalore
 
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialsLaboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
 
Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...
 
Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...
 
Influence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizerInfluence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizer
 
Geographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementGeographical information system (gis) for water resources management
Geographical information system (gis) for water resources management
 
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
 
Factors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteFactors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concrete
 
Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...
 
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
 
Evaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabsEvaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabs
 
Evaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaEvaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in india
 
Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...
 
Estimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodEstimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn method
 
Estimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniquesEstimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniques
 
Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...
 
Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...
 

Recently uploaded

UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduitsrknatarajan
 
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
 
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
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
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
 
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
 
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
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdfKamal Acharya
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 

Recently uploaded (20)

UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduits
 
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
 
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
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
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
 
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
 
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
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 

Hazard object reporting to respective authorities

  • 1. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 10 | Oct-2014, Available @ http://www.ijret.org 195 HAZARD OBJECT REPORTING TO RESPECTIVE AUTHORITIES Varsha Singh1 , Pokharkar Archana D2 , Borle Priyanka P3 , Patil Aishwarya S4 1 Student, Computer Engg, BVCOEW, Maharashtra, India 2 Student, Computer Engg, BVCOEW, Maharashtra, India 3 Student, Computer Engg, BVCOEW, Maharashtra, India 4 Student, Computer Engg, BVCOEW, Maharashtra, India Abstract The use of mobile devices, such as smart phones and cellular phones, in field data collection is increasing today because of the emergence of embedded Global Position Systems (GPS) and Wi-Fi Internet access. The people encounter many hazardous object in daily life but because of lack of any central platform they are not able to report it to concerned authority .We are developing a central platform where normal people can submit their issues to respective authorities. The user need to capture real time images , videos or audios of hazardous objects , select the concerned authorities and risk level and sync it to the server with their GPS location .The data captured from android will be shown on Google Maps using Google Maps API v3.This data will be available to corresponding departments of government. Government officers can do survey of area based on different criteria for example area where many cases are reported but not solved. So this will be one central platform where all hazard issues will be reported with their location to respective departments and government will understand exact problem and their location. Keywords: Hazardous, Global positioning system (GPS), Wireless Fidelity (Wi-Fi), Application programming interface (API), risk level --------------------------------------------------------------------***---------------------------------------------------------------------- 1. INTRODUCTION Hazard reporting is an android application which is really useful for the people who want to do something for their society. Using this application the user need to capture real time images of hazardous objects with their location and sync it with the server. The data captured from android will be shown on Google Maps using Google Maps API v3. This data will be available to corresponding departments of government. In existing system, people do not have any central platform where they can report all their issues. So government does not understand the exact problem and their location. In Proposed system, we are developing one central platform where all issues can be reported with their location to respective departments. The objective of the system is to send the images, audio or video related to issue to the respective departments of the governments. The user sending this using the web services and android device. Using this system, we can keep track of the ratio of complaints registered and issues which are unsolved. 1.1 Purpose We are developing this system to make central platform available for normal people to report their issues. Using this application user going to send these issues to the corresponding department of government where they can see the issues location wise. In existing system, people do not have any central platform where they can report all their issues. So government does not understand the exact problem and their location. In proposed system, we are developing one central platform where all issues can be reported with their location to respective department. This system will help authorities to mark the area with more no of issues. People have started using android smart phone so the hardware is already available with people. This app will send notification and messages according to risk level. There is also a hall of mark page where a person whose max cases are genuine and solved and authority who is doing well in solving it will be awarded with hall of mark. Thus we look forward to develop an android application for both users and authorities and a web application using java for authorities only with MongoDB as backend. 1.2 Project Scope Android Application  Database design and creation  Web Services Design  Android layout design in XML  Login with user ID & Password as well as IMEI  Multiple Image capture logic  GPS integration Dynamic Web Application  Database Design in MongoDB  GUI Design  Servlets and JSP 2. SYSTEM ARCHITECTURE This architecture shows overall description of our system. We need at least one android mobile device and a dedicated server to host the application. Dedicated Server is used to store the data. Dedicated server should have MongoDB
  • 2. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 10 | Oct-2014, Available @ http://www.ijret.org 196 installed on it to handle the database part. We are using dedicated server for good performance In android development we are designing the database using SQlite. When the user sends image to the authorities they also send some data which gives description about the particular disaster. The data sent will be encrypted data so that only sender and receiver will understand the data. Here we are using Encryption-Decryption algorithm. For developing the web application for this system the developers are going to use the MongoDB as a database so that the user can also send the videos regarding to particular disaster. Google map APIv3 is used to attached the location with that image so that the concerned authority will easily get the location. Fig 2.1 System architecture 3. USE CASE DIAGRAM 4. MATHEMATICAL MODEL Let „U‟ is the set of complete system U = {………….. Let „S‟ is the set of all issues S = {S1, S2, S3, …, Sn} Let „D‟ is the set of solved issues D = {D1, D2, … , Dn} Let „F‟ is the set of unsolved issues F = “F1, F2, … , Fn} Let „G‟ is the set of government departments G = {G1, G2, … , Gn} Let „L‟ is the set of locations of issues L = {L1, L2, … , Ln} Let „M‟ is the set of all media documents related to issues M = {M1, M2, … , Mn} Let „K‟ is the set issues with no media K = {K1, K2, … , Kn} So here, U = {S, D, F, G, L, M} Mathematical Representation of the system using Set theory is,
  • 3. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 10 | Oct-2014, Available @ http://www.ijret.org 197 Activity Diagram State Transition Diagram 5. LITERATURE SURVEY In existing system, people do not have any central platform where they can report all their issues. So governments do not understand the exact problem and their location. In Proposed system, we are developing one central platform where all issues can be reported with their location to respective departments. 5.1 User Classes Users of this system are normal people and government employees. Normal People are those who are reporting hazardous incident and government employees are those who are solve that reported incidents. 6. TECHNOLOGIES AND FEATURES  Operating System: Windows  Programming Environment: We will be using JDK 7.0 as the development platform for the prototype system.  Programming Tool: Android Development Tool(Eclipse)  Android 2.2 Supported mobile handset  Google Map API v3 integration: Data captured on android will be shown on Google maps using Google maps API v3.  Database: We are using MongoDB as the database. We are using concepts of metadata in this system. The tables will be generated and managed at the run time in this system. We are using MongoDB for transferring the videos. 7. DESIGN AND IMPLEMENTATION CONSTRAINTS We need at least one android mobile device and a dedicated server to host the application. Dedicated Server is used to store the data. Dedicated server should have MongoDB installed on it to handle the database part. In android development we are designing the database using SQlite. We are using dedicated server for good performance. 8. ASSUMPTIONS & DEPENDENCIES The user is expected to have android mobile phones and should be able to send and receive data when connected to the internet. Dedicated server should have MongoDB installed on it to handle the database part. 1. Government will allot their representative to solve the issues listed by application. 2. Normal People will use this application to report the issues. 9. TECHNICAL SPECIFICATIONS 9.1 Advantages  Central platform to report issues – Saves time  To mark the area with more number of issues
  • 4. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 10 | Oct-2014, Available @ http://www.ijret.org 198  Use of MongoDB accepts unstructured data and reduces the data acceptance time.  Stop corruption involved in concerned authority  Encourage people to report issues and authority to solve issue to get hall of mark 9.2 Disadvantages  Internet connectivity is compulsory to transmit the data.  Android phone is required.  Need GPS lock to get the location. This can be avoided using LBS data. 9.3 Applications:  For normal people to report their issues to the government.  To survey the areas where maximum number of issues are there.  Increase awareness among people and let them have a sense of responsibility.  Concerned authority will work efficiently. 10. CONCLUSION This system will help authorities to mark the area with more no of issues. This app will send notification and messages according to risk level. There is also a hall of mark page where a person whose max cases are genuine and solved and authority that is doing well in solving it will be awarded with hall of mark. Thus we look forward to develop an android application for both users and authorities and a web application using JSP and servlet for authorities with MongoDB as backend. ACKNOWLEDGEMENTS First and foremost we would like to express our gratitude to Prof. S.B. Jadhav, our internal guide, for her guidance and support throughout the project. Without his cooperation, it would have been extremely difficult for us to complete the project part of this semester. We would also like to thank the HOD of the Computer Department, Prof. D.D. Pukale, as well as the entire teaching and non-teaching staff of the Computer Department for giving us an opportunity to work on such an exciting project. Last, but not the least, we are extremely grateful to our family, friends and colleagues who have supported us right from the inception of the project. Thanks for all your encouragement and support. REFERENCES [1]. Web-Based GIS System for Real-Time Field Data Collection Using a Personal Mobile Phone Ko Ko Lwin, Yuji Murayama Graduate School of Life and Environmental Sciences, University of Tsukuba, Tsukuba, Japan Received June 18, 2013; revised July 25, 2013. [2]. S. Mourão and K. Okadata, “Mobile Phone as a Tool for Data Collection in Field Research,” World Academy of Science, Engineering and Technology, Vol. 70, 2010, pp.222-226. [3]. University of Washington, “Cell Phones Become Handheld Tools for Global Development”, Science Daily, 2009. http://www.sciencedaily.com/releases/2009/10/09102914 1249.htm [4]. K2008, pp. Moe, B. Dwolatzky and R. Olst, “Designing a Usable Mobile Application for Field Data Collection,” IEEE AFRICON,. 1187-1192. [5]. K. K. Lwin and Y. Murayama, “Personal Field Data ColK. lection by UM-FieldGIS (UMPC, UltraMobile PC and Embedded Google Map API),” Proceedings of the 16th Annual Meeting of GIS Association of Japan, Hokkaido University, 20-21 October 2009. [6]. Quantitative versus Qualitative Geospatial Data in Spatial Modelling and DecisionMaking. Ko Ko Lwin, Yuji Murayama, Chiaki Mizutani Division of Spatial Information Science, Graduate School of Life and Environmental Sciences, University of Tsukuba, Tsukuba, Japan Received January 5, 2012; revised March 16, 2012; accepted March 26, 2012. BIOGRAPHIES Name: Varsha Singh Email ID: singhvarsha88@hotmail.com Class: BE computer Engg College: Bharati Vidyapeeth‟s college of engineering for women, Pune -411043 Name: Pokharkar Archana Dattatray Email ID: aparchu8@gmail.com Class: BE computer Engg College: Bharati Vidyapeeth‟s college of engineering for women, Pune -411043 Name: Borle Priyanka Pandurang Email ID: priyaborle7@rediffmail.com Class: BE computer Engg College: Bharati Vidyapeeth‟s college of engineering for women, Pune -411043 Name: Patil Aishwarya Santosh Email ID: patilash.patil65@gmail.com Class: BE computer Engg College: Bharati Vidyapeeth‟s college of engineering for women, Pune -411043