尊敬的 微信汇率:1円 ≈ 0.046606 元 支付宝汇率:1円 ≈ 0.046698元 [退出登录]
SlideShare a Scribd company logo
1
C Byre Gowda Institute of Technology, Kolar.
Project presentation
on
Carried by
SHWETHA S(1CK13CS069) UDAYKUMAR N M(1CK14CS406)
TEJASHWINI J V(1CK13CS080) VENUGOPALA S (1CK13CS084)
Under the guidence Project Coordinator
of
Mrs. Subhashini R Mr. Narayanaswamy H
(Asst. Prof, Dept of CSE, CBIT). (Assoc. Prof, Dept of CSE, CBIT)
ABSTRACT
The project, we propose “Campus automation”, which is
considered as website for a college, the main aim of this project
is to change college website content dynamically in on online
itself and provided with a user interface application. The above
aim can be established by creating a layout Structural module
and each module may have sub module. This will provide
information about college campus in which staff, student and
parent can access this information and will be familiar with the
college campus.
3
Introduction
 Campus Automation will provide an interactive environment
for staff, students and parents.
 Campus Automation is an innovative online Recreation
management solution that helps you to streamline a variety of
both common and complex processes involved in the
successful operation.
 The main aim of this project is to change college content
dynamically in on online itself, by using a user friendly
interface application.
 Our fully integrated solution is simple and scalable for colleges
and universities with one or more facilities and fields.
4
 Our site has 3 modules admin, staff, student/parent modules.
 Admin is responsible for site management and has full rights
for viewing and deleting registered students and parents.
 Once staff Logged In he or she has full rights to view, manage
and update student details.
 Student/Parents can view the course details, academic details
and place a feedback to admin.
5
Literature review
Year Title Description Disadvantages
2013 CMS Update website
content
dynamically
Not user friendly,
Time consuming,
Difficult in report
generating
2014 SMS Stores records of
staff and student
Students and
parents cannot
login
6
Other Features
 It will provide an interactive environment for staff, student
and parents by getting the student progress details.
 To have attractive and Secure login page to access.
 Make new user account in more user friendly and proper
validation of details.
 Ease of editing site content at anytime.
7
Software requirements
Front end tools:-
 HTML
 CSS
 Bootstrap
 Java script
Back end tools:-
 PHP
 MySQL
8
Hardware requirements
 i3 Processor Based Computer or higher
 RAM : 2GB
 Hard Drive: 40 GB
 Active Internet Connection
9
Adopted Methodology
10
Figure Software Development Life cycle (SDLC)
Architecture
ADMIN
STAFF
PARENT
STUDENT
WEB SERVER
DATA
DATABASE
SERVER
SQL query
HTTP interaction
11
ADMIN
LOGIN
VIEW
ADD/VIEW/UPD
ATE/DELETE
MANAGE
STAFF/STUDENT
/PARENT
COURSE DEPARTMENT
USER
REQUESTS
FEEDBACK
SITE
Data flow diagram[ADMIN]
12
STAFF
LOGIN
MANAGE
RESULTATTENDANCEEXAM SCHEDULE
COURSE
DETAILS
STUDENT
DETAILS
VIEW
Data flow diagram[STAFF]
13
Data flow diagram[PARENT/STUDENT]
PARENT/STUDENT
LOGIN
FEEDBACK
STUDENT
DETAILS
SCHEDULERESULTATTENDANCE
SEND/RECEIVEVIEW
14
Login
View user request
& feedback
Enroll new staff
Enroll new
student
Change password
Manage site
content
Add Attendance
Manage exam
schedule &
Results
View attendance
and results
Student
Admin
Staff
Send feedback
Use case diagram
15
Login Login(username, Password)
Enroll staff details
Enroll student details
Enroll staff( name, mail, join)
Enroll student(name, mail,join,etc)
Manage site content Content
Manage feedback Content
Logout Logout
Logged Out Successfully
Campus Automation Database
Sequence diagram : Admin
Logged In Successfully
16
Login Login(USR name, Password)
Manage placement
Manage exam schedule
Manage attendance & Results Upload(Content)
Logout Logout
Logged Out Successfully
Campus Automation Database
Sequence diagram : Staff
Logged In Successfully
Upload(Content)
Upload(Content)
17
Login Login(username,Password)
View attendance, marks & Results
Give feedback Feedback(message)
Logout Logout
Logged Out Successfully
Campus Automation Database
Sequence diagram : Student/Parent
Logged In Successfully
get(Content)
18
Retrieve(Content)
Feedback(message)
Reply from admin(message)
Implementation(admin)
 Add staff()
 ____________________________________________________________________
 Algorithm: Add_staff()
 Input: name, degree, dob, doj, email, number, username, password, image
 Output: Successfully added
 _____________________________________________________________________
 connection := Connect database (’localhost’,’username’,’password’)
 Select_databese(connection, ‘campus_automation’)

 query := ”INSERT INTO staff VALUES (name, degree, dob, doj, email, number,
username, password, image)”

 if ( query->execute ( query ) )
 print ”Successfully added”
 else
 print “Unsuccessful”
 disconnect (connection)
19
Implementation(admin) cont..
 Edit staff()
 _____________________________________________________________________
 Algorithm: Edit_staff()
 Input: id, name, degree, dob, doj, email, number, username, password, image
 Output: Successfully Modified
 _____________________________________________________________________
 connection := Connect database (’localhost’,’username’,’password’)
 Select_databese(connection, ‘campus_automation’)

 query := ”MODIFY staff (name, degree, dob, doj, email, number, username, password,
image) WHERE serial :=id”

 if ( query->execute ( query ) )
 print ”Successfully Modified”
 else
 print “Unsuccessful”
 disconnect (connection)
20
Implementation(admin)cont..
delete staff()
 ____________________________________________________________________
 Algorithm: Delete_staff()
 Input: id
 Output: Successfully Deleted
 _____________________________________________________________________
 connection := Connect database (’localhost’,’username’,’password’)
 Select_databese(connection, ‘campus_automation’)

 query := ”DELETE FROM staff WHERE serial := id ”

 if ( query->execute ( query ) )
 print ”Successfully Deleted”
 else
 print “Unsuccessful”
 disconnect (connection)
21
Unit Testing (admin)
22
Unit Testing (admin)cont..
23
Unit Testing (admin)cont..
24
Integration testing(admin)
25
CONCLUSION AND FUTURE ENHANCEMENTS
 Conclusion
Simplicity is never simple. As we have seen in this project, the
process of creating a user-friendly and straightforward platform that
facilitates the administrator's job is one filled with complexity.
Although the “Campus Automation” module is not fully
integrated to the system and used on real time, the system
prototype demonstrates easy navigation and data are stored in a
systematic way.
Although all the objectives have been met, the system still has room
for improvement.
 Future Enhancements
1.Hostel Management
2.Bus Management
3.Library Management
4.Sending SMS alerts to parent regarding academics.
26
References
[1] Ian Sommerville: Software Engineering, 8th Edition, Pearson
Education, 2007.
[2] Elmasri and Navathe: Fundamentals of Database Systems, 5th
Edition, Pearson Education, 2007.
[3] Robert W. Sebesta: Programming the World Wide Web, 4th
Edition, Pearson Education, 2008.
[4] www.google.co.in master of knowledge.
[5] Wikipedia the free encyclopedia.
[6] www.iloveprogramming.com
[7] http://delnet.nic.in/home/regenerating_codes.pdf
27
28
29

More Related Content

What's hot

Overview of the graphics system
Overview of the graphics systemOverview of the graphics system
Overview of the graphics system
Kamal Acharya
 
Student management system
Student management systemStudent management system
Student management system
Amit Gandhi
 
Student Registration in a University
Student Registration in a UniversityStudent Registration in a University
Student Registration in a University
ICFAI Business School
 
documentation on bank management system
documentation on bank management systemdocumentation on bank management system
documentation on bank management system
Unsa Jawaid
 
The ERP System - for an Institution
The ERP System - for an Institution The ERP System - for an Institution
The ERP System - for an Institution
Ayisha M Kalburgi
 
University online course registration system
University online course registration systemUniversity online course registration system
University online course registration system
Md. Zahid Hasan
 
College Management System Project
College Management System ProjectCollege Management System Project
College Management System Project
Manish Kushwaha
 
Electronic Student course registration System
Electronic Student course registration SystemElectronic Student course registration System
Electronic Student course registration System
OkpehHarrison
 
library management system PHP
 library management system PHP  library management system PHP
library management system PHP
reshmajohney
 
Online course management system
Online course management systemOnline course management system
Online course management system
paparaon
 
Library Management System Project in PHP with BlackBook & Source Code
Library Management System Project in PHP with BlackBook & Source CodeLibrary Management System Project in PHP with BlackBook & Source Code
Library Management System Project in PHP with BlackBook & Source Code
RadikhaSharma
 
Placement management system
Placement management systemPlacement management system
Placement management system
Surya Teja
 
School management system
School management systemSchool management system
School management system
Soumya Behera
 
Ppt of online Attendance system
Ppt of online Attendance system Ppt of online Attendance system
Ppt of online Attendance system
Shyam Sundar Pandey
 
ONLINE BUS BOOKING SYSTEM
ONLINE BUS BOOKING SYSTEMONLINE BUS BOOKING SYSTEM
ONLINE BUS BOOKING SYSTEM
christ university
 
College Management System
College Management SystemCollege Management System
College Management System
Swapna Subhadarsini
 
Java Web Programming [1/9] : Introduction to Web Application
Java Web Programming [1/9] : Introduction to Web ApplicationJava Web Programming [1/9] : Introduction to Web Application
Java Web Programming [1/9] : Introduction to Web Application
IMC Institute
 
An Online Car Parking System (Features & Diagrams Only)
An Online Car Parking System (Features & Diagrams Only)An Online Car Parking System (Features & Diagrams Only)
An Online Car Parking System (Features & Diagrams Only)
Jubayer Al Mahmud
 
Library management system
Library management systemLibrary management system
Library management system
ashu6
 
Attendance Management Report 2016
Attendance Management Report 2016Attendance Management Report 2016
Attendance Management Report 2016
Pooja Maan
 

What's hot (20)

Overview of the graphics system
Overview of the graphics systemOverview of the graphics system
Overview of the graphics system
 
Student management system
Student management systemStudent management system
Student management system
 
Student Registration in a University
Student Registration in a UniversityStudent Registration in a University
Student Registration in a University
 
documentation on bank management system
documentation on bank management systemdocumentation on bank management system
documentation on bank management system
 
The ERP System - for an Institution
The ERP System - for an Institution The ERP System - for an Institution
The ERP System - for an Institution
 
University online course registration system
University online course registration systemUniversity online course registration system
University online course registration system
 
College Management System Project
College Management System ProjectCollege Management System Project
College Management System Project
 
Electronic Student course registration System
Electronic Student course registration SystemElectronic Student course registration System
Electronic Student course registration System
 
library management system PHP
 library management system PHP  library management system PHP
library management system PHP
 
Online course management system
Online course management systemOnline course management system
Online course management system
 
Library Management System Project in PHP with BlackBook & Source Code
Library Management System Project in PHP with BlackBook & Source CodeLibrary Management System Project in PHP with BlackBook & Source Code
Library Management System Project in PHP with BlackBook & Source Code
 
Placement management system
Placement management systemPlacement management system
Placement management system
 
School management system
School management systemSchool management system
School management system
 
Ppt of online Attendance system
Ppt of online Attendance system Ppt of online Attendance system
Ppt of online Attendance system
 
ONLINE BUS BOOKING SYSTEM
ONLINE BUS BOOKING SYSTEMONLINE BUS BOOKING SYSTEM
ONLINE BUS BOOKING SYSTEM
 
College Management System
College Management SystemCollege Management System
College Management System
 
Java Web Programming [1/9] : Introduction to Web Application
Java Web Programming [1/9] : Introduction to Web ApplicationJava Web Programming [1/9] : Introduction to Web Application
Java Web Programming [1/9] : Introduction to Web Application
 
An Online Car Parking System (Features & Diagrams Only)
An Online Car Parking System (Features & Diagrams Only)An Online Car Parking System (Features & Diagrams Only)
An Online Car Parking System (Features & Diagrams Only)
 
Library management system
Library management systemLibrary management system
Library management system
 
Attendance Management Report 2016
Attendance Management Report 2016Attendance Management Report 2016
Attendance Management Report 2016
 

Similar to Campus Automation

>>>>>>>
>>>>>>>>>>>>>>
Student result management system project using angular.pdf
Student result management system project using angular.pdfStudent result management system project using angular.pdf
Student result management system project using angular.pdf
AbhilashBanki1
 
Cars price predictor in machine learning
Cars price predictor in machine learningCars price predictor in machine learning
Cars price predictor in machine learning
ashutosh15699
 
Manjunatha Resume 7+ years Experience
Manjunatha Resume 7+ years ExperienceManjunatha Resume 7+ years Experience
Manjunatha Resume 7+ years Experience
manjunathasb
 
Siddhartha resume (Update)
Siddhartha resume (Update)Siddhartha resume (Update)
Siddhartha resume (Update)
Siddhartha Upadhyayula
 
Ankush Resume
Ankush ResumeAnkush Resume
Ankush Resume
Ankush Zambre
 
Ajaykumar_last
Ajaykumar_lastAjaykumar_last
Ajaykumar_last
Ajay Savaliya
 
Institute Information System-Synopsis.pdf
Institute Information System-Synopsis.pdfInstitute Information System-Synopsis.pdf
Institute Information System-Synopsis.pdf
projects602
 
sathish_B.tech(IT)_2014_resume_updated
sathish_B.tech(IT)_2014_resume_updatedsathish_B.tech(IT)_2014_resume_updated
sathish_B.tech(IT)_2014_resume_updated
sathish srd
 
AJAY TIWARI Final
AJAY TIWARI FinalAJAY TIWARI Final
AJAY TIWARI Final
Ajay Tiwari
 
School Management initial django.pptx
School Management initial django.pptxSchool Management initial django.pptx
School Management initial django.pptx
RAJESH419281
 
collage website report to programming code
collage website report to programming codecollage website report to programming code
collage website report to programming code
ronaldofan1122
 
Resume
ResumeResume
Online examination documentation
Online examination documentationOnline examination documentation
Online examination documentation
Wakimul Alam
 
Alumni Management System – Web Application
Alumni Management System – Web ApplicationAlumni Management System – Web Application
Alumni Management System – Web Application
IRJET Journal
 
Alumni Management System -Web Application
Alumni Management System -Web ApplicationAlumni Management System -Web Application
Alumni Management System -Web Application
Mandy Brown
 
Resume_thiruka naik
Resume_thiruka naikResume_thiruka naik
Resume_thiruka naik
Thiruka naik H
 
DILIP.G2
DILIP.G2DILIP.G2
DILIP.G2
DILIP G
 
payroll management -1.
payroll management -1.payroll management -1.
payroll management -1.
DJananiJanani
 
Design and Implementation of Student Profile and Placement management system
Design and Implementation of Student Profile and Placement management systemDesign and Implementation of Student Profile and Placement management system
Design and Implementation of Student Profile and Placement management system
Chamanth MVS
 

Similar to Campus Automation (20)

>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>
 
Student result management system project using angular.pdf
Student result management system project using angular.pdfStudent result management system project using angular.pdf
Student result management system project using angular.pdf
 
Cars price predictor in machine learning
Cars price predictor in machine learningCars price predictor in machine learning
Cars price predictor in machine learning
 
Manjunatha Resume 7+ years Experience
Manjunatha Resume 7+ years ExperienceManjunatha Resume 7+ years Experience
Manjunatha Resume 7+ years Experience
 
Siddhartha resume (Update)
Siddhartha resume (Update)Siddhartha resume (Update)
Siddhartha resume (Update)
 
Ankush Resume
Ankush ResumeAnkush Resume
Ankush Resume
 
Ajaykumar_last
Ajaykumar_lastAjaykumar_last
Ajaykumar_last
 
Institute Information System-Synopsis.pdf
Institute Information System-Synopsis.pdfInstitute Information System-Synopsis.pdf
Institute Information System-Synopsis.pdf
 
sathish_B.tech(IT)_2014_resume_updated
sathish_B.tech(IT)_2014_resume_updatedsathish_B.tech(IT)_2014_resume_updated
sathish_B.tech(IT)_2014_resume_updated
 
AJAY TIWARI Final
AJAY TIWARI FinalAJAY TIWARI Final
AJAY TIWARI Final
 
School Management initial django.pptx
School Management initial django.pptxSchool Management initial django.pptx
School Management initial django.pptx
 
collage website report to programming code
collage website report to programming codecollage website report to programming code
collage website report to programming code
 
Resume
ResumeResume
Resume
 
Online examination documentation
Online examination documentationOnline examination documentation
Online examination documentation
 
Alumni Management System – Web Application
Alumni Management System – Web ApplicationAlumni Management System – Web Application
Alumni Management System – Web Application
 
Alumni Management System -Web Application
Alumni Management System -Web ApplicationAlumni Management System -Web Application
Alumni Management System -Web Application
 
Resume_thiruka naik
Resume_thiruka naikResume_thiruka naik
Resume_thiruka naik
 
DILIP.G2
DILIP.G2DILIP.G2
DILIP.G2
 
payroll management -1.
payroll management -1.payroll management -1.
payroll management -1.
 
Design and Implementation of Student Profile and Placement management system
Design and Implementation of Student Profile and Placement management systemDesign and Implementation of Student Profile and Placement management system
Design and Implementation of Student Profile and Placement management system
 

Recently uploaded

一比一原版(USF毕业证)旧金山大学毕业证如何办理
一比一原版(USF毕业证)旧金山大学毕业证如何办理一比一原版(USF毕业证)旧金山大学毕业证如何办理
一比一原版(USF毕业证)旧金山大学毕业证如何办理
uqyfuc
 
NATURAL DEEP EUTECTIC SOLVENTS AS ANTI-FREEZING AGENT
NATURAL DEEP EUTECTIC SOLVENTS AS ANTI-FREEZING AGENTNATURAL DEEP EUTECTIC SOLVENTS AS ANTI-FREEZING AGENT
NATURAL DEEP EUTECTIC SOLVENTS AS ANTI-FREEZING AGENT
Addu25809
 
Digital Twins Computer Networking Paper Presentation.pptx
Digital Twins Computer Networking Paper Presentation.pptxDigital Twins Computer Networking Paper Presentation.pptx
Digital Twins Computer Networking Paper Presentation.pptx
aryanpankaj78
 
1FIDIC-CONSTRUCTION-CONTRACT-2ND-ED-2017-RED-BOOK.pdf
1FIDIC-CONSTRUCTION-CONTRACT-2ND-ED-2017-RED-BOOK.pdf1FIDIC-CONSTRUCTION-CONTRACT-2ND-ED-2017-RED-BOOK.pdf
1FIDIC-CONSTRUCTION-CONTRACT-2ND-ED-2017-RED-BOOK.pdf
MadhavJungKarki
 
Transformers design and coooling methods
Transformers design and coooling methodsTransformers design and coooling methods
Transformers design and coooling methods
Roger Rozario
 
5g-5G SA reg. -standalone-access-registration.pdf
5g-5G SA reg. -standalone-access-registration.pdf5g-5G SA reg. -standalone-access-registration.pdf
5g-5G SA reg. -standalone-access-registration.pdf
devtomar25
 
Design and optimization of ion propulsion drone
Design and optimization of ion propulsion droneDesign and optimization of ion propulsion drone
Design and optimization of ion propulsion drone
bjmsejournal
 
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
Gino153088
 
Prediction of Electrical Energy Efficiency Using Information on Consumer's Ac...
Prediction of Electrical Energy Efficiency Using Information on Consumer's Ac...Prediction of Electrical Energy Efficiency Using Information on Consumer's Ac...
Prediction of Electrical Energy Efficiency Using Information on Consumer's Ac...
PriyankaKilaniya
 
An Introduction to the Compiler Designss
An Introduction to the Compiler DesignssAn Introduction to the Compiler Designss
An Introduction to the Compiler Designss
ElakkiaU
 
5G Radio Network Througput Problem Analysis HCIA.pdf
5G Radio Network Througput Problem Analysis HCIA.pdf5G Radio Network Througput Problem Analysis HCIA.pdf
5G Radio Network Througput Problem Analysis HCIA.pdf
AlvianRamadhani5
 
一比一原版(uofo毕业证书)美国俄勒冈大学毕业证如何办理
一比一原版(uofo毕业证书)美国俄勒冈大学毕业证如何办理一比一原版(uofo毕业证书)美国俄勒冈大学毕业证如何办理
一比一原版(uofo毕业证书)美国俄勒冈大学毕业证如何办理
upoux
 
Pressure Relief valve used in flow line to release the over pressure at our d...
Pressure Relief valve used in flow line to release the over pressure at our d...Pressure Relief valve used in flow line to release the over pressure at our d...
Pressure Relief valve used in flow line to release the over pressure at our d...
cannyengineerings
 
一比一原版(osu毕业证书)美国俄勒冈州立大学毕业证如何办理
一比一原版(osu毕业证书)美国俄勒冈州立大学毕业证如何办理一比一原版(osu毕业证书)美国俄勒冈州立大学毕业证如何办理
一比一原版(osu毕业证书)美国俄勒冈州立大学毕业证如何办理
upoux
 
原版制作(Humboldt毕业证书)柏林大学毕业证学位证一模一样
原版制作(Humboldt毕业证书)柏林大学毕业证学位证一模一样原版制作(Humboldt毕业证书)柏林大学毕业证学位证一模一样
原版制作(Humboldt毕业证书)柏林大学毕业证学位证一模一样
ydzowc
 
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student MemberIEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
VICTOR MAESTRE RAMIREZ
 
Call For Paper -3rd International Conference on Artificial Intelligence Advan...
Call For Paper -3rd International Conference on Artificial Intelligence Advan...Call For Paper -3rd International Conference on Artificial Intelligence Advan...
Call For Paper -3rd International Conference on Artificial Intelligence Advan...
ijseajournal
 
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
ecqow
 
LLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by Anant
LLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by AnantLLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by Anant
LLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by Anant
Anant Corporation
 
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Sinan KOZAK
 

Recently uploaded (20)

一比一原版(USF毕业证)旧金山大学毕业证如何办理
一比一原版(USF毕业证)旧金山大学毕业证如何办理一比一原版(USF毕业证)旧金山大学毕业证如何办理
一比一原版(USF毕业证)旧金山大学毕业证如何办理
 
NATURAL DEEP EUTECTIC SOLVENTS AS ANTI-FREEZING AGENT
NATURAL DEEP EUTECTIC SOLVENTS AS ANTI-FREEZING AGENTNATURAL DEEP EUTECTIC SOLVENTS AS ANTI-FREEZING AGENT
NATURAL DEEP EUTECTIC SOLVENTS AS ANTI-FREEZING AGENT
 
Digital Twins Computer Networking Paper Presentation.pptx
Digital Twins Computer Networking Paper Presentation.pptxDigital Twins Computer Networking Paper Presentation.pptx
Digital Twins Computer Networking Paper Presentation.pptx
 
1FIDIC-CONSTRUCTION-CONTRACT-2ND-ED-2017-RED-BOOK.pdf
1FIDIC-CONSTRUCTION-CONTRACT-2ND-ED-2017-RED-BOOK.pdf1FIDIC-CONSTRUCTION-CONTRACT-2ND-ED-2017-RED-BOOK.pdf
1FIDIC-CONSTRUCTION-CONTRACT-2ND-ED-2017-RED-BOOK.pdf
 
Transformers design and coooling methods
Transformers design and coooling methodsTransformers design and coooling methods
Transformers design and coooling methods
 
5g-5G SA reg. -standalone-access-registration.pdf
5g-5G SA reg. -standalone-access-registration.pdf5g-5G SA reg. -standalone-access-registration.pdf
5g-5G SA reg. -standalone-access-registration.pdf
 
Design and optimization of ion propulsion drone
Design and optimization of ion propulsion droneDesign and optimization of ion propulsion drone
Design and optimization of ion propulsion drone
 
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
 
Prediction of Electrical Energy Efficiency Using Information on Consumer's Ac...
Prediction of Electrical Energy Efficiency Using Information on Consumer's Ac...Prediction of Electrical Energy Efficiency Using Information on Consumer's Ac...
Prediction of Electrical Energy Efficiency Using Information on Consumer's Ac...
 
An Introduction to the Compiler Designss
An Introduction to the Compiler DesignssAn Introduction to the Compiler Designss
An Introduction to the Compiler Designss
 
5G Radio Network Througput Problem Analysis HCIA.pdf
5G Radio Network Througput Problem Analysis HCIA.pdf5G Radio Network Througput Problem Analysis HCIA.pdf
5G Radio Network Througput Problem Analysis HCIA.pdf
 
一比一原版(uofo毕业证书)美国俄勒冈大学毕业证如何办理
一比一原版(uofo毕业证书)美国俄勒冈大学毕业证如何办理一比一原版(uofo毕业证书)美国俄勒冈大学毕业证如何办理
一比一原版(uofo毕业证书)美国俄勒冈大学毕业证如何办理
 
Pressure Relief valve used in flow line to release the over pressure at our d...
Pressure Relief valve used in flow line to release the over pressure at our d...Pressure Relief valve used in flow line to release the over pressure at our d...
Pressure Relief valve used in flow line to release the over pressure at our d...
 
一比一原版(osu毕业证书)美国俄勒冈州立大学毕业证如何办理
一比一原版(osu毕业证书)美国俄勒冈州立大学毕业证如何办理一比一原版(osu毕业证书)美国俄勒冈州立大学毕业证如何办理
一比一原版(osu毕业证书)美国俄勒冈州立大学毕业证如何办理
 
原版制作(Humboldt毕业证书)柏林大学毕业证学位证一模一样
原版制作(Humboldt毕业证书)柏林大学毕业证学位证一模一样原版制作(Humboldt毕业证书)柏林大学毕业证学位证一模一样
原版制作(Humboldt毕业证书)柏林大学毕业证学位证一模一样
 
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student MemberIEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
 
Call For Paper -3rd International Conference on Artificial Intelligence Advan...
Call For Paper -3rd International Conference on Artificial Intelligence Advan...Call For Paper -3rd International Conference on Artificial Intelligence Advan...
Call For Paper -3rd International Conference on Artificial Intelligence Advan...
 
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
 
LLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by Anant
LLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by AnantLLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by Anant
LLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by Anant
 
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
 

Campus Automation

  • 1. 1
  • 2. C Byre Gowda Institute of Technology, Kolar. Project presentation on Carried by SHWETHA S(1CK13CS069) UDAYKUMAR N M(1CK14CS406) TEJASHWINI J V(1CK13CS080) VENUGOPALA S (1CK13CS084) Under the guidence Project Coordinator of Mrs. Subhashini R Mr. Narayanaswamy H (Asst. Prof, Dept of CSE, CBIT). (Assoc. Prof, Dept of CSE, CBIT)
  • 3. ABSTRACT The project, we propose “Campus automation”, which is considered as website for a college, the main aim of this project is to change college website content dynamically in on online itself and provided with a user interface application. The above aim can be established by creating a layout Structural module and each module may have sub module. This will provide information about college campus in which staff, student and parent can access this information and will be familiar with the college campus. 3
  • 4. Introduction  Campus Automation will provide an interactive environment for staff, students and parents.  Campus Automation is an innovative online Recreation management solution that helps you to streamline a variety of both common and complex processes involved in the successful operation.  The main aim of this project is to change college content dynamically in on online itself, by using a user friendly interface application.  Our fully integrated solution is simple and scalable for colleges and universities with one or more facilities and fields. 4
  • 5.  Our site has 3 modules admin, staff, student/parent modules.  Admin is responsible for site management and has full rights for viewing and deleting registered students and parents.  Once staff Logged In he or she has full rights to view, manage and update student details.  Student/Parents can view the course details, academic details and place a feedback to admin. 5
  • 6. Literature review Year Title Description Disadvantages 2013 CMS Update website content dynamically Not user friendly, Time consuming, Difficult in report generating 2014 SMS Stores records of staff and student Students and parents cannot login 6
  • 7. Other Features  It will provide an interactive environment for staff, student and parents by getting the student progress details.  To have attractive and Secure login page to access.  Make new user account in more user friendly and proper validation of details.  Ease of editing site content at anytime. 7
  • 8. Software requirements Front end tools:-  HTML  CSS  Bootstrap  Java script Back end tools:-  PHP  MySQL 8
  • 9. Hardware requirements  i3 Processor Based Computer or higher  RAM : 2GB  Hard Drive: 40 GB  Active Internet Connection 9
  • 10. Adopted Methodology 10 Figure Software Development Life cycle (SDLC)
  • 15. Login View user request & feedback Enroll new staff Enroll new student Change password Manage site content Add Attendance Manage exam schedule & Results View attendance and results Student Admin Staff Send feedback Use case diagram 15
  • 16. Login Login(username, Password) Enroll staff details Enroll student details Enroll staff( name, mail, join) Enroll student(name, mail,join,etc) Manage site content Content Manage feedback Content Logout Logout Logged Out Successfully Campus Automation Database Sequence diagram : Admin Logged In Successfully 16
  • 17. Login Login(USR name, Password) Manage placement Manage exam schedule Manage attendance & Results Upload(Content) Logout Logout Logged Out Successfully Campus Automation Database Sequence diagram : Staff Logged In Successfully Upload(Content) Upload(Content) 17
  • 18. Login Login(username,Password) View attendance, marks & Results Give feedback Feedback(message) Logout Logout Logged Out Successfully Campus Automation Database Sequence diagram : Student/Parent Logged In Successfully get(Content) 18 Retrieve(Content) Feedback(message) Reply from admin(message)
  • 19. Implementation(admin)  Add staff()  ____________________________________________________________________  Algorithm: Add_staff()  Input: name, degree, dob, doj, email, number, username, password, image  Output: Successfully added  _____________________________________________________________________  connection := Connect database (’localhost’,’username’,’password’)  Select_databese(connection, ‘campus_automation’)   query := ”INSERT INTO staff VALUES (name, degree, dob, doj, email, number, username, password, image)”   if ( query->execute ( query ) )  print ”Successfully added”  else  print “Unsuccessful”  disconnect (connection) 19
  • 20. Implementation(admin) cont..  Edit staff()  _____________________________________________________________________  Algorithm: Edit_staff()  Input: id, name, degree, dob, doj, email, number, username, password, image  Output: Successfully Modified  _____________________________________________________________________  connection := Connect database (’localhost’,’username’,’password’)  Select_databese(connection, ‘campus_automation’)   query := ”MODIFY staff (name, degree, dob, doj, email, number, username, password, image) WHERE serial :=id”   if ( query->execute ( query ) )  print ”Successfully Modified”  else  print “Unsuccessful”  disconnect (connection) 20
  • 21. Implementation(admin)cont.. delete staff()  ____________________________________________________________________  Algorithm: Delete_staff()  Input: id  Output: Successfully Deleted  _____________________________________________________________________  connection := Connect database (’localhost’,’username’,’password’)  Select_databese(connection, ‘campus_automation’)   query := ”DELETE FROM staff WHERE serial := id ”   if ( query->execute ( query ) )  print ”Successfully Deleted”  else  print “Unsuccessful”  disconnect (connection) 21
  • 26. CONCLUSION AND FUTURE ENHANCEMENTS  Conclusion Simplicity is never simple. As we have seen in this project, the process of creating a user-friendly and straightforward platform that facilitates the administrator's job is one filled with complexity. Although the “Campus Automation” module is not fully integrated to the system and used on real time, the system prototype demonstrates easy navigation and data are stored in a systematic way. Although all the objectives have been met, the system still has room for improvement.  Future Enhancements 1.Hostel Management 2.Bus Management 3.Library Management 4.Sending SMS alerts to parent regarding academics. 26
  • 27. References [1] Ian Sommerville: Software Engineering, 8th Edition, Pearson Education, 2007. [2] Elmasri and Navathe: Fundamentals of Database Systems, 5th Edition, Pearson Education, 2007. [3] Robert W. Sebesta: Programming the World Wide Web, 4th Edition, Pearson Education, 2008. [4] www.google.co.in master of knowledge. [5] Wikipedia the free encyclopedia. [6] www.iloveprogramming.com [7] http://delnet.nic.in/home/regenerating_codes.pdf 27
  • 28. 28
  • 29. 29
  翻译: