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

College mgmnt system
College mgmnt systemCollege mgmnt system
College mgmnt systemSayali Birari
 
School Management initial django.pptx
School Management initial django.pptxSchool Management initial django.pptx
School Management initial django.pptx
RAJESH419281
 
Employee Management System in C++
Employee Management System in C++Employee Management System in C++
Employee Management System in C++
Jayant Gope
 
Fee collection system
Fee collection systemFee collection system
Fee collection systemharryz18
 
School admission process management system (Documention)
School admission process management system (Documention)School admission process management system (Documention)
School admission process management system (Documention)Shital Kat
 
Student attendance management system
Student attendance management systemStudent attendance management system
Student attendance management systemVikrant Kumar
 
Student Management System Project Abstract
Student Management System Project AbstractStudent Management System Project Abstract
Student Management System Project Abstract
Udhayyagethan Mano
 
Student Management System
Student Management System Student Management System
Student Management System
Vinay Yadav
 
Student management system
Student management systemStudent management system
Student management system
Amit Gandhi
 
School Management System
School Management SystemSchool Management System
School Management System
krishna panchal
 
Students management system
Students management systemStudents management system
Students management systemKumar Rajeev
 
Student database management system
Student database management systemStudent database management system
Student database management system
Arpita Naik
 
Online Bus Reservation System
Online Bus Reservation SystemOnline Bus Reservation System
Online Bus Reservation System
A-Tech and Software Development
 
Presentation Slides of College Management System Report
Presentation Slides of College Management System ReportPresentation Slides of College Management System Report
Presentation Slides of College Management System Report
MuhammadHusnainRaza
 
College administation system abstract
College administation system abstractCollege administation system abstract
College administation system abstract
Ninad Samel
 
Online Bus ticket reservation
Online Bus ticket reservationOnline Bus ticket reservation
Online Bus ticket reservation
Smit Patel
 
online leave management system
online leave management systemonline leave management system
online leave management system
galaxykutti
 
College Management System
College Management SystemCollege Management System
College Management System
Asfaque Khalid
 
College management system ppt
College management system pptCollege management system ppt
College management system ppt
Shanthan Reddy
 
Online Admission System
Online Admission System  Online Admission System
Online Admission System
Laukesh Jaishwal
 

What's hot (20)

College mgmnt system
College mgmnt systemCollege mgmnt system
College mgmnt system
 
School Management initial django.pptx
School Management initial django.pptxSchool Management initial django.pptx
School Management initial django.pptx
 
Employee Management System in C++
Employee Management System in C++Employee Management System in C++
Employee Management System in C++
 
Fee collection system
Fee collection systemFee collection system
Fee collection system
 
School admission process management system (Documention)
School admission process management system (Documention)School admission process management system (Documention)
School admission process management system (Documention)
 
Student attendance management system
Student attendance management systemStudent attendance management system
Student attendance management system
 
Student Management System Project Abstract
Student Management System Project AbstractStudent Management System Project Abstract
Student Management System Project Abstract
 
Student Management System
Student Management System Student Management System
Student Management System
 
Student management system
Student management systemStudent management system
Student management system
 
School Management System
School Management SystemSchool Management System
School Management System
 
Students management system
Students management systemStudents management system
Students management system
 
Student database management system
Student database management systemStudent database management system
Student database management system
 
Online Bus Reservation System
Online Bus Reservation SystemOnline Bus Reservation System
Online Bus Reservation System
 
Presentation Slides of College Management System Report
Presentation Slides of College Management System ReportPresentation Slides of College Management System Report
Presentation Slides of College Management System Report
 
College administation system abstract
College administation system abstractCollege administation system abstract
College administation system abstract
 
Online Bus ticket reservation
Online Bus ticket reservationOnline Bus ticket reservation
Online Bus ticket reservation
 
online leave management system
online leave management systemonline leave management system
online leave management system
 
College Management System
College Management SystemCollege Management System
College Management System
 
College management system ppt
College management system pptCollege management system ppt
College management system ppt
 
Online Admission System
Online Admission System  Online Admission System
Online Admission System
 

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 Experiencemanjunathasb
 
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_updatedsathish srd
 
AJAY TIWARI Final
AJAY TIWARI FinalAJAY TIWARI Final
AJAY TIWARI FinalAjay Tiwari
 
collage website report to programming code
collage website report to programming codecollage website report to programming code
collage website report to programming code
ronaldofan1122
 
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
 
DILIP.G2
DILIP.G2DILIP.G2
DILIP.G2DILIP 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
 
Final Project presentation (on App devlopment)
Final Project presentation (on App devlopment)Final Project presentation (on App devlopment)
Final Project presentation (on App devlopment)
S.M. Fazla Rabbi
 

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
 
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
 
Final Project presentation (on App devlopment)
Final Project presentation (on App devlopment)Final Project presentation (on App devlopment)
Final Project presentation (on App devlopment)
 

Recently uploaded

Unbalanced Three Phase Systems and circuits.pptx
Unbalanced Three Phase Systems and circuits.pptxUnbalanced Three Phase Systems and circuits.pptx
Unbalanced Three Phase Systems and circuits.pptx
ChristineTorrepenida1
 
MCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdfMCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdf
Osamah Alsalih
 
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming PipelinesHarnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
Christina Lin
 
Technical Drawings introduction to drawing of prisms
Technical Drawings introduction to drawing of prismsTechnical Drawings introduction to drawing of prisms
Technical Drawings introduction to drawing of prisms
heavyhaig
 
NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...
NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...
NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...
ssuser7dcef0
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
bakpo1
 
14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application
SyedAbiiAzazi1
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
Pratik Pawar
 
Investor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptxInvestor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptx
AmarGB2
 
DfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributionsDfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributions
gestioneergodomus
 
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTSHeap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
Soumen Santra
 
PPT on GRP pipes manufacturing and testing
PPT on GRP pipes manufacturing and testingPPT on GRP pipes manufacturing and testing
PPT on GRP pipes manufacturing and testing
anoopmanoharan2
 
Hierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power SystemHierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power System
Kerry Sado
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
MdTanvirMahtab2
 
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
zwunae
 
Building Electrical System Design & Installation
Building Electrical System Design & InstallationBuilding Electrical System Design & Installation
Building Electrical System Design & Installation
symbo111
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation & Control
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
Kamal Acharya
 
6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)
ClaraZara1
 
Steel & Timber Design according to British Standard
Steel & Timber Design according to British StandardSteel & Timber Design according to British Standard
Steel & Timber Design according to British Standard
AkolbilaEmmanuel1
 

Recently uploaded (20)

Unbalanced Three Phase Systems and circuits.pptx
Unbalanced Three Phase Systems and circuits.pptxUnbalanced Three Phase Systems and circuits.pptx
Unbalanced Three Phase Systems and circuits.pptx
 
MCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdfMCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdf
 
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming PipelinesHarnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
 
Technical Drawings introduction to drawing of prisms
Technical Drawings introduction to drawing of prismsTechnical Drawings introduction to drawing of prisms
Technical Drawings introduction to drawing of prisms
 
NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...
NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...
NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
 
14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
 
Investor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptxInvestor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptx
 
DfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributionsDfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributions
 
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTSHeap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
 
PPT on GRP pipes manufacturing and testing
PPT on GRP pipes manufacturing and testingPPT on GRP pipes manufacturing and testing
PPT on GRP pipes manufacturing and testing
 
Hierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power SystemHierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power System
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
 
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
 
Building Electrical System Design & Installation
Building Electrical System Design & InstallationBuilding Electrical System Design & Installation
Building Electrical System Design & Installation
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
 
6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)
 
Steel & Timber Design according to British Standard
Steel & Timber Design according to British StandardSteel & Timber Design according to British Standard
Steel & Timber Design according to British Standard
 

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