SlideShare a Scribd company logo
1 of 3
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 3 | Mar -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 416
Review on College Event Organizer
Sandeep Misal1, Sagar Jadhav2 , Tushar Jore3 , Archana Ugale4
1,2,3 Student, Computer Department, Met’s Bkc Ioe Nashik, Maharashtra, India.
4 Professor, Computer Department, Met’s Bkc Ioe Nashik, Maharashtra, India.
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - In these days almost every college is conducting
technical / non-technical events where we can gain some
knowledge by participating. College, which is conducting
events, this project can be organizer for the various events
offered by them. This provides college management to
schedule events online and assign student volunteers for an
event. Event Managers can upload information related to the
event in the form of text, audio, video files. The students and
participants can view these files online and download.
Event organizers create schedules for events using android
app interface and assign student volunteers at the time of
schedule creation. The students registerwiththesiteandsome
of them register as coordinators. Only event organizers and
volunteers can upload event content to the site.
College Event Organizer also provide facility to provide all
information about all events which are being conducted. So,
every student should get proper knowledge about events and
he can participate if he wants.
College Event Organizer can be extended to organize the
events conducted in a city so that this will be an online portal
for any type of event conducted in a city.
Keywords: College Event Organization, Android, Google
Cloud Messaging.
1. INTRODUCTION
1.1 PROJECT IDEA
The project idea is to develop a system which will usefulforany
information regarding particular event can easily access to the
event staff coordinators, HOD, student coordinator and
participants.
1.2 MOTIVATION OF THE PROJECT
The motive behind the project is to develop an application
which will dedicated for the purpose, Event organizers
create schedules for events using android app interface and
assign student coordinators at the time of creation of
schedule. The students can register on the application and
some of them register as coordinators. Only events
organizers and coordinators can upload event related
information on the application. The participants can view
events on application and they can apply online.
2. LITERATURE SURVEY
Event Management System
Author: Mahalakshmi, S.Gomathi and S.Krithika
Published by: International Journal ofTrendinResearch and
Development, (IJTRD) Volume 3 Issue 2 Page 121-123, Mar
- Apr 2016, ISSN 2394-9333
The projectEventManagementsystemhasbeendeveloped
for college User on android market.Theapplicationismainly
focused on Event based services to the company, college
network in mobile application. This app help to maintainthe
information of users account and its various details. The
main advantage of using this application is it reduces the
direct communication between student and event organizer
and avoid the difficulties of the student to enter into event
and participating by using android application. No matter
where the participants and organizer is. Java is use to
develop the web application fortheproject.Highlyenhanced
and optimized database design and coding techniques has
been used. This makes the application userfriendlyand easy
to use for naive users. The app is explicitlysimple.Itdoes not
need root or admin. All device that uses SQLite that should
able to run this android app correctly.
3. PROBLEM DEFINATION AND SCOPE
3.1 PROBLEM STATEMENT
Event is organized in almost all the colleges but all the work
done is manually. The events are decided and then asked to
students whether they will coordinate or not then all the
details are maintained in files manually. Many colleges have
websites for events that they organize but this website is
used for displaying the various events details that are going
to be conduct in those colleges for informing the other
college students. Students also not get the proper platform
for finding events which helps to buildtheirresume. Thereis
no such android application or web application for Event
management or organization bywhichautomaticrecord will
maintain, also show all events to participants by which they
can apply online and event can be organized.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 3 | Mar -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 417
3.1.1 GOALS AND OBJECTIVES
The main goals of the project are:
-To reduce the communication gap between students /
participants and event coordinators of the events.
-Online registration / application of participants.
-Proper utilization of the schedule and digital resources.
-Easy to assign students for campaigning.
-To reduce the overhead of the organizing committee.
3.2 STATEMENT OF SCOPE
Our product is a communication and management
application which will useful foreventorganization purpose.
Our product will be used to communication purpose, event
timing scheduling, sending various important documents,
reports, bills etc. It is a college level application which will
fulfill the communication, effective management and time-
table scheduling requirements of the staff and students
coordinators of the particular event, online registration of
the participants. It is not meant for general social
networking use. However, it will not provide all the facilities
and services provided by social networkingapplicationslike
facebook and whatsapp but provide enough functionality
like messaging, sending files or reports regardingeventslike
poster of event or demo of certificate, payment receipt etc.,
creating and managing groups for campaigning or for
assigning different tasks, modification in schedule, notifying
the changes in schedule etc.
3.3 METHODOLOGIES OF PROBLEM SOLVING AND
EFFICIENCY ISSUES
- The proposed system will use Google Cloud Messaging
(GCM) to establish communication between different client
applications and the system server. The GCM handles all the
messages to be sent to client devices /applications from web
server and vice versa. All the issues which can be raised in
the communication are taken care by GCM. The GCM uses
waiting queue to store messages if the target client device is
offline / inactive. When the device is online / active,thenthe
messages are sent to it. By using GCM, it will increase the
efficiency and reduce the complexity of the proposed
android application system. The developer need not to
worry about the communication mechanism which is the
major issue in manual communication mechanism.
3.4 OUTCOME
The outcome of the proposed system will be,
- The communication gap between teacher and student
coordinators will be reduced / minimized.
-Students can view all events and can participateaspertheir
interest.
-The any changes affected in the schedule will be easily
notified to all student coordinators and participants of the
events.
-Day to day reminders to participants about their event.
3.5 APPLICATION
The proposed system is dedicated for the Events Organizing
purpose. The applications of the proposed system is,
- To communicate/messaging between event organizer and
participants formally.
-To notify the changes done in the event schedule.
-To exchange the data between students and staff
coordinators.
–To display all events to participant and they can apply
online.
-To convey any important message to students coordinators
or participants.
4. DETAILED DESIGN
4.1 ARCHITECTURAL DESIGN
Following diagram shows the architecture view of the
proposed system. The system web app will run on the cloud
platform which will be use the PaaS (Platform as Service)
service of the Cloud. We are using the Google App Engine
(GAE) as the platform for cloud to deploy the system web
application. The client application will be run ontheandroid
device. The client application will use the internet for
establishment of the connection with the system web
application. The Google Cloud Messaging (GCM) is used
between the client application and the System web server
application. GCM handles all the issues that rise in between
the communication of system web application server and
client android device. The System web application server
will store the data about clients in the database provided by
the Google App Engine (GAE).
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 3 | Mar -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 418
5. SUMMERY AND CONCLUSION
Summary
So, basically main aim of proposed system is to
develop an Android application which can be useful for
events organizingandeventpublicitypurpose.The proposed
system will be useful for communicating with staff
coordinators and students coordinators, conveying
important messages to participants, exchanging important
reports, bills, queries, etc. and participant students can view
and register for events online.
Conclusion
We have prepare new system after identifying
issues in existing manual system. In which easy to use GUI is
proposed by which Student coordinators, Staff coordinator
can view all the records which are necessary. Participant
students can view and register for events online. The record
maintenance are use of previous records becomes easy and
effective communication between staff coordinators and
student coordinators.
Thus we will implement College Event Organizer
system to address the problem faced by event organizers
with respect to communication and working methods.
REFERENCES
[1]. Event Management System: International Journal of
Trend in Research andDevelopment,(IJTRD)Volume3Issue
2 Page 121-123, 2016, ISSN 2394-9333
[2]. Review on Academic Information Exchange Messanger
(AIEM): International Research Journal of Engneering and
Technology (IRJET) Volume 3 Issue 3 Page 889-891, Mar
2016, ISSN 2395-0056
[2]. Google Cloud Messaging (GCM):cloudmessagingservice
https://developers.google.com/cloud-messaging/gcm
[3].GoogleAppEngine:https://cloud.google.com/appengine
[4]. Software Engineering: A practitioner approach, 5th
Edition, Roger S. Pressman

More Related Content

What's hot

An Effective Online Food Order Application System using Asp .Net Core 3.1 Fra...
An Effective Online Food Order Application System using Asp .Net Core 3.1 Fra...An Effective Online Food Order Application System using Asp .Net Core 3.1 Fra...
An Effective Online Food Order Application System using Asp .Net Core 3.1 Fra...ijtsrd
 
Adaptive and Personalized Fitness App
Adaptive and Personalized Fitness AppAdaptive and Personalized Fitness App
Adaptive and Personalized Fitness AppYogeshIJTSRD
 
IRJET- Data Mining and Cluster based Machine Learning in Mobile Online Social...
IRJET- Data Mining and Cluster based Machine Learning in Mobile Online Social...IRJET- Data Mining and Cluster based Machine Learning in Mobile Online Social...
IRJET- Data Mining and Cluster based Machine Learning in Mobile Online Social...IRJET Journal
 
College app for android device
College app for android deviceCollege app for android device
College app for android device8759000398
 
IRJET - Web Application for Sports Module
IRJET - Web Application for Sports ModuleIRJET - Web Application for Sports Module
IRJET - Web Application for Sports ModuleIRJET Journal
 
Android Application for Updation
Android Application for UpdationAndroid Application for Updation
Android Application for UpdationIRJET Journal
 
Smart Portal: A Platform for Student's Profile Creation, Evaluation and Clust...
Smart Portal: A Platform for Student's Profile Creation, Evaluation and Clust...Smart Portal: A Platform for Student's Profile Creation, Evaluation and Clust...
Smart Portal: A Platform for Student's Profile Creation, Evaluation and Clust...vivatechijri
 
Final Project Report on Information Systems Project Management
Final Project Report on Information Systems Project ManagementFinal Project Report on Information Systems Project Management
Final Project Report on Information Systems Project ManagementAbbas Ahmed
 
An Android Application on AITR Management and Bus Tracking System
An Android Application on AITR Management and Bus Tracking SystemAn Android Application on AITR Management and Bus Tracking System
An Android Application on AITR Management and Bus Tracking SystemYogeshIJTSRD
 
online quiz application project presentation
online quiz application project presentationonline quiz application project presentation
online quiz application project presentationGyanuRana
 
Most Readed Articles in last Month - International Journal of Software Engine...
Most Readed Articles in last Month - International Journal of Software Engine...Most Readed Articles in last Month - International Journal of Software Engine...
Most Readed Articles in last Month - International Journal of Software Engine...ijseajournal
 
Designing the Process of Stores Management for Implementing ERP in Manufactur...
Designing the Process of Stores Management for Implementing ERP in Manufactur...Designing the Process of Stores Management for Implementing ERP in Manufactur...
Designing the Process of Stores Management for Implementing ERP in Manufactur...sushil Choudhary
 
IRJET - Analysis of Fake Ranking on Social Media: Twitter
IRJET - Analysis of Fake Ranking on Social Media: TwitterIRJET - Analysis of Fake Ranking on Social Media: Twitter
IRJET - Analysis of Fake Ranking on Social Media: TwitterIRJET Journal
 
Farmer’s Plaza: A Cloud-Enabled Mobile and Web Based Application For Farmers
Farmer’s Plaza: A Cloud-Enabled Mobile and Web Based Application For FarmersFarmer’s Plaza: A Cloud-Enabled Mobile and Web Based Application For Farmers
Farmer’s Plaza: A Cloud-Enabled Mobile and Web Based Application For FarmersIRJET Journal
 
IRJET- University Campus Event Navigation System
IRJET-  	  University Campus Event Navigation System   IRJET-  	  University Campus Event Navigation System
IRJET- University Campus Event Navigation System IRJET Journal
 
IRJET- Android Application for Training and Placement Cell using Machine ...
IRJET-  	  Android Application for Training and Placement Cell using Machine ...IRJET-  	  Android Application for Training and Placement Cell using Machine ...
IRJET- Android Application for Training and Placement Cell using Machine ...IRJET Journal
 
Project management System
Project management SystemProject management System
Project management SystemHitesh Jangid
 
IMPLEMENTATION OF MOSRE FRAMEWORK FOR A WEB APPLICATION - A CASE STUDY
IMPLEMENTATION OF MOSRE FRAMEWORK FOR A WEB APPLICATION - A CASE STUDYIMPLEMENTATION OF MOSRE FRAMEWORK FOR A WEB APPLICATION - A CASE STUDY
IMPLEMENTATION OF MOSRE FRAMEWORK FOR A WEB APPLICATION - A CASE STUDYijwscjournal
 
Kisan Monitoring System Focused on Android based Application
Kisan Monitoring System Focused on Android based ApplicationKisan Monitoring System Focused on Android based Application
Kisan Monitoring System Focused on Android based ApplicationIRJET Journal
 

What's hot (19)

An Effective Online Food Order Application System using Asp .Net Core 3.1 Fra...
An Effective Online Food Order Application System using Asp .Net Core 3.1 Fra...An Effective Online Food Order Application System using Asp .Net Core 3.1 Fra...
An Effective Online Food Order Application System using Asp .Net Core 3.1 Fra...
 
Adaptive and Personalized Fitness App
Adaptive and Personalized Fitness AppAdaptive and Personalized Fitness App
Adaptive and Personalized Fitness App
 
IRJET- Data Mining and Cluster based Machine Learning in Mobile Online Social...
IRJET- Data Mining and Cluster based Machine Learning in Mobile Online Social...IRJET- Data Mining and Cluster based Machine Learning in Mobile Online Social...
IRJET- Data Mining and Cluster based Machine Learning in Mobile Online Social...
 
College app for android device
College app for android deviceCollege app for android device
College app for android device
 
IRJET - Web Application for Sports Module
IRJET - Web Application for Sports ModuleIRJET - Web Application for Sports Module
IRJET - Web Application for Sports Module
 
Android Application for Updation
Android Application for UpdationAndroid Application for Updation
Android Application for Updation
 
Smart Portal: A Platform for Student's Profile Creation, Evaluation and Clust...
Smart Portal: A Platform for Student's Profile Creation, Evaluation and Clust...Smart Portal: A Platform for Student's Profile Creation, Evaluation and Clust...
Smart Portal: A Platform for Student's Profile Creation, Evaluation and Clust...
 
Final Project Report on Information Systems Project Management
Final Project Report on Information Systems Project ManagementFinal Project Report on Information Systems Project Management
Final Project Report on Information Systems Project Management
 
An Android Application on AITR Management and Bus Tracking System
An Android Application on AITR Management and Bus Tracking SystemAn Android Application on AITR Management and Bus Tracking System
An Android Application on AITR Management and Bus Tracking System
 
online quiz application project presentation
online quiz application project presentationonline quiz application project presentation
online quiz application project presentation
 
Most Readed Articles in last Month - International Journal of Software Engine...
Most Readed Articles in last Month - International Journal of Software Engine...Most Readed Articles in last Month - International Journal of Software Engine...
Most Readed Articles in last Month - International Journal of Software Engine...
 
Designing the Process of Stores Management for Implementing ERP in Manufactur...
Designing the Process of Stores Management for Implementing ERP in Manufactur...Designing the Process of Stores Management for Implementing ERP in Manufactur...
Designing the Process of Stores Management for Implementing ERP in Manufactur...
 
IRJET - Analysis of Fake Ranking on Social Media: Twitter
IRJET - Analysis of Fake Ranking on Social Media: TwitterIRJET - Analysis of Fake Ranking on Social Media: Twitter
IRJET - Analysis of Fake Ranking on Social Media: Twitter
 
Farmer’s Plaza: A Cloud-Enabled Mobile and Web Based Application For Farmers
Farmer’s Plaza: A Cloud-Enabled Mobile and Web Based Application For FarmersFarmer’s Plaza: A Cloud-Enabled Mobile and Web Based Application For Farmers
Farmer’s Plaza: A Cloud-Enabled Mobile and Web Based Application For Farmers
 
IRJET- University Campus Event Navigation System
IRJET-  	  University Campus Event Navigation System   IRJET-  	  University Campus Event Navigation System
IRJET- University Campus Event Navigation System
 
IRJET- Android Application for Training and Placement Cell using Machine ...
IRJET-  	  Android Application for Training and Placement Cell using Machine ...IRJET-  	  Android Application for Training and Placement Cell using Machine ...
IRJET- Android Application for Training and Placement Cell using Machine ...
 
Project management System
Project management SystemProject management System
Project management System
 
IMPLEMENTATION OF MOSRE FRAMEWORK FOR A WEB APPLICATION - A CASE STUDY
IMPLEMENTATION OF MOSRE FRAMEWORK FOR A WEB APPLICATION - A CASE STUDYIMPLEMENTATION OF MOSRE FRAMEWORK FOR A WEB APPLICATION - A CASE STUDY
IMPLEMENTATION OF MOSRE FRAMEWORK FOR A WEB APPLICATION - A CASE STUDY
 
Kisan Monitoring System Focused on Android based Application
Kisan Monitoring System Focused on Android based ApplicationKisan Monitoring System Focused on Android based Application
Kisan Monitoring System Focused on Android based Application
 

Similar to Review on College Event Organizer

MOBILE APPLICATION FOR COLLEGE EVENT MANAGEMENT
MOBILE APPLICATION FOR COLLEGE EVENT MANAGEMENTMOBILE APPLICATION FOR COLLEGE EVENT MANAGEMENT
MOBILE APPLICATION FOR COLLEGE EVENT MANAGEMENTIRJET Journal
 
NOVEL APPROACH TO MANAGE EVENTS IN THE ORGANIZATIONS
NOVEL APPROACH TO MANAGE EVENTS IN THE ORGANIZATIONSNOVEL APPROACH TO MANAGE EVENTS IN THE ORGANIZATIONS
NOVEL APPROACH TO MANAGE EVENTS IN THE ORGANIZATIONSIRJET Journal
 
IRJET- Contest Information Desk Android Application
IRJET-  	  Contest Information Desk Android ApplicationIRJET-  	  Contest Information Desk Android Application
IRJET- Contest Information Desk Android ApplicationIRJET Journal
 
Alumni Record System
Alumni Record SystemAlumni Record System
Alumni Record SystemIRJET Journal
 
IRJET- E-Academic Wallet for Students Application
IRJET- E-Academic Wallet for Students ApplicationIRJET- E-Academic Wallet for Students Application
IRJET- E-Academic Wallet for Students ApplicationIRJET Journal
 
Android Based E-Learning Application Class-E
Android Based E-Learning Application Class-EAndroid Based E-Learning Application Class-E
Android Based E-Learning Application Class-EIRJET Journal
 
IRJET- Design and Development of Web Application for Student Placement Tr...
IRJET-  	  Design and Development of Web Application for Student Placement Tr...IRJET-  	  Design and Development of Web Application for Student Placement Tr...
IRJET- Design and Development of Web Application for Student Placement Tr...IRJET Journal
 
IRJET- Event Compass - An Event Management Application
IRJET- Event Compass - An Event Management ApplicationIRJET- Event Compass - An Event Management Application
IRJET- Event Compass - An Event Management ApplicationIRJET Journal
 
IRJET- Smart Travel Guide(STG)
IRJET- Smart Travel Guide(STG)IRJET- Smart Travel Guide(STG)
IRJET- Smart Travel Guide(STG)IRJET Journal
 
Latest proposal project info zakat
Latest proposal project info zakatLatest proposal project info zakat
Latest proposal project info zakatUmmi Zakiah
 
IRJET- E-Attendance Manager: A Review
IRJET-  	  E-Attendance Manager: A ReviewIRJET-  	  E-Attendance Manager: A Review
IRJET- E-Attendance Manager: A ReviewIRJET 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
 
DEPARTMENT MANAGEMENT SYSTEM FOR A PARTICULAR DEPARTMENT IN THE COLLEGE
DEPARTMENT MANAGEMENT SYSTEM FOR A PARTICULAR DEPARTMENT IN THE COLLEGEDEPARTMENT MANAGEMENT SYSTEM FOR A PARTICULAR DEPARTMENT IN THE COLLEGE
DEPARTMENT MANAGEMENT SYSTEM FOR A PARTICULAR DEPARTMENT IN THE COLLEGEIRJET Journal
 
LunchBox:- A Web And Mobile Application
LunchBox:- A Web And Mobile ApplicationLunchBox:- A Web And Mobile Application
LunchBox:- A Web And Mobile ApplicationIRJET 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
 
Automated Placement System
Automated Placement SystemAutomated Placement System
Automated Placement SystemIRJET Journal
 
Ijsred v2 i5p95
Ijsred v2 i5p95Ijsred v2 i5p95
Ijsred v2 i5p95IJSRED
 
Android Based Internship Program And Feedback System
Android Based Internship Program And Feedback SystemAndroid Based Internship Program And Feedback System
Android Based Internship Program And Feedback SystemDilkashShaikhMahajan
 
IRJET- Web based Project Management Systems for Small to Midsize Business...
IRJET-  	  Web based Project Management Systems for Small to Midsize Business...IRJET-  	  Web based Project Management Systems for Small to Midsize Business...
IRJET- Web based Project Management Systems for Small to Midsize Business...IRJET Journal
 

Similar to Review on College Event Organizer (20)

MOBILE APPLICATION FOR COLLEGE EVENT MANAGEMENT
MOBILE APPLICATION FOR COLLEGE EVENT MANAGEMENTMOBILE APPLICATION FOR COLLEGE EVENT MANAGEMENT
MOBILE APPLICATION FOR COLLEGE EVENT MANAGEMENT
 
NOVEL APPROACH TO MANAGE EVENTS IN THE ORGANIZATIONS
NOVEL APPROACH TO MANAGE EVENTS IN THE ORGANIZATIONSNOVEL APPROACH TO MANAGE EVENTS IN THE ORGANIZATIONS
NOVEL APPROACH TO MANAGE EVENTS IN THE ORGANIZATIONS
 
IRJET- Contest Information Desk Android Application
IRJET-  	  Contest Information Desk Android ApplicationIRJET-  	  Contest Information Desk Android Application
IRJET- Contest Information Desk Android Application
 
Alumni Record System
Alumni Record SystemAlumni Record System
Alumni Record System
 
IRJET- E-Academic Wallet for Students Application
IRJET- E-Academic Wallet for Students ApplicationIRJET- E-Academic Wallet for Students Application
IRJET- E-Academic Wallet for Students Application
 
Android Based E-Learning Application Class-E
Android Based E-Learning Application Class-EAndroid Based E-Learning Application Class-E
Android Based E-Learning Application Class-E
 
IRJET- Design and Development of Web Application for Student Placement Tr...
IRJET-  	  Design and Development of Web Application for Student Placement Tr...IRJET-  	  Design and Development of Web Application for Student Placement Tr...
IRJET- Design and Development of Web Application for Student Placement Tr...
 
IRJET- Event Compass - An Event Management Application
IRJET- Event Compass - An Event Management ApplicationIRJET- Event Compass - An Event Management Application
IRJET- Event Compass - An Event Management Application
 
IRJET- Smart Travel Guide(STG)
IRJET- Smart Travel Guide(STG)IRJET- Smart Travel Guide(STG)
IRJET- Smart Travel Guide(STG)
 
Latest proposal project info zakat
Latest proposal project info zakatLatest proposal project info zakat
Latest proposal project info zakat
 
IRJET- E-Attendance Manager: A Review
IRJET-  	  E-Attendance Manager: A ReviewIRJET-  	  E-Attendance Manager: A Review
IRJET- E-Attendance Manager: A Review
 
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
 
DEPARTMENT MANAGEMENT SYSTEM FOR A PARTICULAR DEPARTMENT IN THE COLLEGE
DEPARTMENT MANAGEMENT SYSTEM FOR A PARTICULAR DEPARTMENT IN THE COLLEGEDEPARTMENT MANAGEMENT SYSTEM FOR A PARTICULAR DEPARTMENT IN THE COLLEGE
DEPARTMENT MANAGEMENT SYSTEM FOR A PARTICULAR DEPARTMENT IN THE COLLEGE
 
LunchBox:- A Web And Mobile Application
LunchBox:- A Web And Mobile ApplicationLunchBox:- A Web And Mobile Application
LunchBox:- A Web And Mobile Application
 
PCE Connect
PCE ConnectPCE Connect
PCE Connect
 
IRJET - Mobile based Attendance Tracking Application
IRJET - Mobile based Attendance Tracking ApplicationIRJET - Mobile based Attendance Tracking Application
IRJET - Mobile based Attendance Tracking Application
 
Automated Placement System
Automated Placement SystemAutomated Placement System
Automated Placement System
 
Ijsred v2 i5p95
Ijsred v2 i5p95Ijsred v2 i5p95
Ijsred v2 i5p95
 
Android Based Internship Program And Feedback System
Android Based Internship Program And Feedback SystemAndroid Based Internship Program And Feedback System
Android Based Internship Program And Feedback System
 
IRJET- Web based Project Management Systems for Small to Midsize Business...
IRJET-  	  Web based Project Management Systems for Small to Midsize Business...IRJET-  	  Web based Project Management Systems for Small to Midsize Business...
IRJET- Web based Project Management Systems for Small to Midsize Business...
 

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

Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEroselinkalist12
 
An introduction to Semiconductor and its types.pptx
An introduction to Semiconductor and its types.pptxAn introduction to Semiconductor and its types.pptx
An introduction to Semiconductor and its types.pptxPurva Nikam
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfROCENODodongVILLACER
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
Correctly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleCorrectly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleAlluxio, Inc.
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfme23b1001
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptSAURABHKUMAR892774
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
computer application and construction management
computer application and construction managementcomputer application and construction management
computer application and construction managementMariconPadriquez1
 
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor CatchersTechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catcherssdickerson1
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfAsst.prof M.Gokilavani
 

Recently uploaded (20)

Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
 
An introduction to Semiconductor and its types.pptx
An introduction to Semiconductor and its types.pptxAn introduction to Semiconductor and its types.pptx
An introduction to Semiconductor and its types.pptx
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdf
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
Correctly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleCorrectly Loading Incremental Data at Scale
Correctly Loading Incremental Data at Scale
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdf
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.ppt
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
computer application and construction management
computer application and construction managementcomputer application and construction management
computer application and construction management
 
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor CatchersTechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
 

Review on College Event Organizer

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 3 | Mar -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 416 Review on College Event Organizer Sandeep Misal1, Sagar Jadhav2 , Tushar Jore3 , Archana Ugale4 1,2,3 Student, Computer Department, Met’s Bkc Ioe Nashik, Maharashtra, India. 4 Professor, Computer Department, Met’s Bkc Ioe Nashik, Maharashtra, India. ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - In these days almost every college is conducting technical / non-technical events where we can gain some knowledge by participating. College, which is conducting events, this project can be organizer for the various events offered by them. This provides college management to schedule events online and assign student volunteers for an event. Event Managers can upload information related to the event in the form of text, audio, video files. The students and participants can view these files online and download. Event organizers create schedules for events using android app interface and assign student volunteers at the time of schedule creation. The students registerwiththesiteandsome of them register as coordinators. Only event organizers and volunteers can upload event content to the site. College Event Organizer also provide facility to provide all information about all events which are being conducted. So, every student should get proper knowledge about events and he can participate if he wants. College Event Organizer can be extended to organize the events conducted in a city so that this will be an online portal for any type of event conducted in a city. Keywords: College Event Organization, Android, Google Cloud Messaging. 1. INTRODUCTION 1.1 PROJECT IDEA The project idea is to develop a system which will usefulforany information regarding particular event can easily access to the event staff coordinators, HOD, student coordinator and participants. 1.2 MOTIVATION OF THE PROJECT The motive behind the project is to develop an application which will dedicated for the purpose, Event organizers create schedules for events using android app interface and assign student coordinators at the time of creation of schedule. The students can register on the application and some of them register as coordinators. Only events organizers and coordinators can upload event related information on the application. The participants can view events on application and they can apply online. 2. LITERATURE SURVEY Event Management System Author: Mahalakshmi, S.Gomathi and S.Krithika Published by: International Journal ofTrendinResearch and Development, (IJTRD) Volume 3 Issue 2 Page 121-123, Mar - Apr 2016, ISSN 2394-9333 The projectEventManagementsystemhasbeendeveloped for college User on android market.Theapplicationismainly focused on Event based services to the company, college network in mobile application. This app help to maintainthe information of users account and its various details. The main advantage of using this application is it reduces the direct communication between student and event organizer and avoid the difficulties of the student to enter into event and participating by using android application. No matter where the participants and organizer is. Java is use to develop the web application fortheproject.Highlyenhanced and optimized database design and coding techniques has been used. This makes the application userfriendlyand easy to use for naive users. The app is explicitlysimple.Itdoes not need root or admin. All device that uses SQLite that should able to run this android app correctly. 3. PROBLEM DEFINATION AND SCOPE 3.1 PROBLEM STATEMENT Event is organized in almost all the colleges but all the work done is manually. The events are decided and then asked to students whether they will coordinate or not then all the details are maintained in files manually. Many colleges have websites for events that they organize but this website is used for displaying the various events details that are going to be conduct in those colleges for informing the other college students. Students also not get the proper platform for finding events which helps to buildtheirresume. Thereis no such android application or web application for Event management or organization bywhichautomaticrecord will maintain, also show all events to participants by which they can apply online and event can be organized.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 3 | Mar -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 417 3.1.1 GOALS AND OBJECTIVES The main goals of the project are: -To reduce the communication gap between students / participants and event coordinators of the events. -Online registration / application of participants. -Proper utilization of the schedule and digital resources. -Easy to assign students for campaigning. -To reduce the overhead of the organizing committee. 3.2 STATEMENT OF SCOPE Our product is a communication and management application which will useful foreventorganization purpose. Our product will be used to communication purpose, event timing scheduling, sending various important documents, reports, bills etc. It is a college level application which will fulfill the communication, effective management and time- table scheduling requirements of the staff and students coordinators of the particular event, online registration of the participants. It is not meant for general social networking use. However, it will not provide all the facilities and services provided by social networkingapplicationslike facebook and whatsapp but provide enough functionality like messaging, sending files or reports regardingeventslike poster of event or demo of certificate, payment receipt etc., creating and managing groups for campaigning or for assigning different tasks, modification in schedule, notifying the changes in schedule etc. 3.3 METHODOLOGIES OF PROBLEM SOLVING AND EFFICIENCY ISSUES - The proposed system will use Google Cloud Messaging (GCM) to establish communication between different client applications and the system server. The GCM handles all the messages to be sent to client devices /applications from web server and vice versa. All the issues which can be raised in the communication are taken care by GCM. The GCM uses waiting queue to store messages if the target client device is offline / inactive. When the device is online / active,thenthe messages are sent to it. By using GCM, it will increase the efficiency and reduce the complexity of the proposed android application system. The developer need not to worry about the communication mechanism which is the major issue in manual communication mechanism. 3.4 OUTCOME The outcome of the proposed system will be, - The communication gap between teacher and student coordinators will be reduced / minimized. -Students can view all events and can participateaspertheir interest. -The any changes affected in the schedule will be easily notified to all student coordinators and participants of the events. -Day to day reminders to participants about their event. 3.5 APPLICATION The proposed system is dedicated for the Events Organizing purpose. The applications of the proposed system is, - To communicate/messaging between event organizer and participants formally. -To notify the changes done in the event schedule. -To exchange the data between students and staff coordinators. –To display all events to participant and they can apply online. -To convey any important message to students coordinators or participants. 4. DETAILED DESIGN 4.1 ARCHITECTURAL DESIGN Following diagram shows the architecture view of the proposed system. The system web app will run on the cloud platform which will be use the PaaS (Platform as Service) service of the Cloud. We are using the Google App Engine (GAE) as the platform for cloud to deploy the system web application. The client application will be run ontheandroid device. The client application will use the internet for establishment of the connection with the system web application. The Google Cloud Messaging (GCM) is used between the client application and the System web server application. GCM handles all the issues that rise in between the communication of system web application server and client android device. The System web application server will store the data about clients in the database provided by the Google App Engine (GAE).
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 3 | Mar -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 418 5. SUMMERY AND CONCLUSION Summary So, basically main aim of proposed system is to develop an Android application which can be useful for events organizingandeventpublicitypurpose.The proposed system will be useful for communicating with staff coordinators and students coordinators, conveying important messages to participants, exchanging important reports, bills, queries, etc. and participant students can view and register for events online. Conclusion We have prepare new system after identifying issues in existing manual system. In which easy to use GUI is proposed by which Student coordinators, Staff coordinator can view all the records which are necessary. Participant students can view and register for events online. The record maintenance are use of previous records becomes easy and effective communication between staff coordinators and student coordinators. Thus we will implement College Event Organizer system to address the problem faced by event organizers with respect to communication and working methods. REFERENCES [1]. Event Management System: International Journal of Trend in Research andDevelopment,(IJTRD)Volume3Issue 2 Page 121-123, 2016, ISSN 2394-9333 [2]. Review on Academic Information Exchange Messanger (AIEM): International Research Journal of Engneering and Technology (IRJET) Volume 3 Issue 3 Page 889-891, Mar 2016, ISSN 2395-0056 [2]. Google Cloud Messaging (GCM):cloudmessagingservice https://developers.google.com/cloud-messaging/gcm [3].GoogleAppEngine:https://cloud.google.com/appengine [4]. Software Engineering: A practitioner approach, 5th Edition, Roger S. Pressman