SlideShare a Scribd company logo
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 3230
Alumni Management System – Web Application
Mitali Ved1, Hitakshi Tanna2, Pratik Yeole3, Pradnya Kamble4
123Students, Department of Electronics and Telecommunication Engineering, K. J. Somaiya Institute of
Engineering and Information Technology, Mumbai, Maharashtra, India.
4Assistant Professor, Department of Electronics and Telecommunication Engineering, K. J. Somaiya Institute of
Engineering and Information Technology, Mumbai, Maharashtra, India.
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - This paper represents a web service for Alumni
management of a college. It highlights use of database
management for ease of access of student records. Various
web development tools are used to create a responsive
website which focuses particularly on alumni data and
interaction of university with individual alumnus. The
implementation of the website along with the algorithm or
the flow of the process is also discussed in this paper.
Key Words: Alumni management systems, web
development, database management, digitization.
1. INTRODUCTION
The newer methods have an advantage of accessing data
from anywhere around the globe. Modification and
updating data become an easy process. As it is a
responsive two-way managing service, the data of the
individual is maintained by the admin as well as the
alumni. Depending on the requirement, the input of the
data can be added or modified on timely basis. Along with
data management, additional interactive features can also
be added if required by the institution.
The alumni management system is build based on an ER
diagram which provides a distributive knowledge about
the scope of the website and also presents on how
different relationships can be accessed through one
database [3].
This method helps the institution to keep a track of an
alumnus after graduation and the student interaction with
the institution for any reference, guidance or mentorship
can be made available.
2. LITERATURE SURVEY
A. Existing System
The former methods of data preservation were tabular
forms, excel sheets, documentations, etc. These system
limits multiple accessing, easy modification in the data,
searching for records [2]. As we are moving towards
digitalization, techniques of data management have been
improved. One of these methods include, database
management system. The database management system
works on the principle of data-keeping using
computerized technologies.
B. Disadvantages of existing system
These current methods though provide global access
considering cloud-based word document such as Google
Docs, Microsoft Word, etc. they have to be modified
manually by an individual. This results in time
consumption as well as lack of consistency in maintaining
the data. The limitations of the current methods are that
they are have to be updated regularly to avoid loss of data
and it becomes inconvenient for every user to the same.
C. Proposed Model
Alumni Management System is a system which manages
the records of the students who are a part of the
respective institution or were a part of the institution.
Alumni management is important as it keeps the records
of the previous students for keeping them in touch with
the institution. The alumnus can be a help to the college in
their expertise files of study from the outside world giving
students guidance and updating them about the current
happenings. It particularly concentrates on the graduated
students of the institution and not on the students who are
currently a part of the institution.
D. Benefits of Proposed Model over Existing system
The database management system is a collection of a
particular data depending on the requirement. It is easier
to alter and implement changes in the existing data. As the
new software technology is rising, we can store this data
in a conventional and effective way using these software’s
and interfacing them in a proper functional order which
can be accessed remotely.
3. IMPLEMENTATION OF THE PROPOSED MODEL
A. Software Requirements
As this project mainly focuses on alumni database on web
services it uses methods based on web development tools
like HTML, CSS, JavaScript along with Python framework
(Django). The existing database has to be saved and
modified using SQL. The HTML, CSS & JavaScript are
considered to be the front-end development tools [1].
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 3231
i. HTML
The HTML is used for the basic layout of the website which
includes inputs in the form of registration form, a log-in
page and details of a particular student using the HTML
tags.
ii. CSS
The styling that includes designing of the web page for
user attraction is done using CSS. The CSS is used because
of its easy and efficient access to styling which is generally
paired with HTML for most of the websites available.
iii. JavaScript
It is paired with HTML and CSS for a responsive front-end
(Client Side).
iv. Django – A Python based Framework
As Python is an easy programming language due to its rich
availability of resources for developing, the framework is
preferred for back-end (Developer’s Side). This is an
individual framework that also provides web extracting
features for pulling out data in case of adding automating
techniques like web-scrapping tool (Beautiful Soup) [4]
[7].
v. SQL
As we are using a structured data which is easy to handle
in a database management system, SQL is preferred over
other databases. SQL is said to be one of the oldest
methods of storing large data in tables which avoids
duplication of data. RDBMS concept is used to provide
relationship between each table to fetch structured data
across multiple tables [6].
B. Flow of the Proposed Model
The website focuses on user interaction and multi-
functioning by adding various features to increase
reusability [5].
Fig - 1: Flow of the Project
This system is divided into two sides – Admin side,
Alumni/Student side.
i. Admin Side
A log-in access is provided for security, verification and
individuality purposes. The admin has access to the
individual details of a particular alumni. The admin wants
to keep track of the updated personal details. Along with
this, it also focuses on managing alumni related events or
job postings if necessary.
ii. Alumni Side
The alumni are required to update his/her personal
details for college records. They have access for viewing
the job postings or events on their personal dashboard.
They can also post any job openings in their field for the
benefit of other alumni and students.
C. Methodology
Fig – 2: Plan of action
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 3232
The plan of action as mentioned in Fig. (2) is a step-by-
step procedure which is followed to build the website. The
designing of the UI (User Interface) is the first step which
provides a rough idea of how the website will be
presented throughout. These are termed to be static UI.
The front-end is then created using HTML, CSS and
JavaScript referring to these designs which becomes easier
for the developer while implementation. After the
development of the static pages, the framework is
interfaced with the database and the front- end static
pages to create a fully functional website. Depending on
the user that is the admin, various features can be added
later on by the developer.
5. FUTURE SCOPE
1. Job postings can be automatized using tools such as
web scrapping which are available to scrap data from
other websites.
2. The security can be enhanced to protect the database
of the students to a greater extent.
6. RESULT
Image insertion, file insertion and verification of data
becomes easy while using this method. Adding events is
one the feature of this website.
Fig – 3: Screenshots of the Web page
7. CONCLUSION
The "Alumni Management System" website is a fully
functional website which time saving, easy to use, efficient
way of managing relatable data, making it for the
institution to connect with them easily and updating them
about the ongoings of the institution. Automating
techniques to some extent can increase feasibility in order
to increase functionality in the further development of the
website. This can also include in updating the user-
interface to latest standards and keeping it agile to bring
in faster changes with less modification in the original
website and still getting valuable outcomes.
8. REFERENCES
[1] B. Carter, "HTML Educational Node.js System
(HENS): An Applied System for Web
Development," 2014 Annual Global Online
Conference on Information and Computer
Technology, 2014, pp. 27-31, doi:
10.1109/GOCICT.2014.25.
[2] Tarun Kumar, Yeeshu Prateek, Prajwal Atharga, Dr.
Rajashekarappa, Prof. V. K. Parvati, 2019, Alumni
Database Management System, INTERNATIONAL
JOURNAL OF ENGINEERING RESEARCH &
TECHNOLOGY (IJERT) NCRACES – 2019 (Volume
7, Issue 10),
[3] L. Meng, "College Student Management System
Design Using Computer Aided System," 2015
International Conference on Intelligent
Transportation, Big Data and Smart City, 2015, pp.
212-215, doi: 10.1109/ICITBS.2015.59.
[4] A. Mukherjee, A. Roy, M. K. Lath, A. Ghosal and D.
Sengupta, "Centralized Alumni Management
System (CAMS) - A Prototype Proposal," 2019
Amity International Conference on Artificial
Intelligence (AICAI), 2019, pp. 967-971, doi:
10.1109/AICAI.2019.8701383.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 3233
[5] A. A. Shinu, V. Keerthi, M. Manoj, M. Shaheer, N. S.
Nair and A. John, "Customized Alumni Portal
implementing Natural Language Processing
Techniques," 2019 International Conference on
Intelligent Computing and Control Systems (ICCS),
2019, pp. 927-931, doi:
10.1109/ICCS45141.2019.9065320.
[6] W. Khan, W. Ahmad, B. Luo and E. Ahmed, "SQL
Database with physical database tuning technique
and NoSQL graph database comparisons," 2019
IEEE 3rd Information Technology, Networking,
Electronic and Automation Control Conference
(ITNEC), 2019, pp. 110-116, doi:
10.1109/ITNEC.2019.8729264.
[7] M. Shaker, H. Ibrahim, A. Mustapha and L. N.
Abdullah, "A Framework for Extracting
Information from Semi-Structured Web Data
Sources," 2008 Third International Conference on
Convergence and Hybrid Information Technology,
2008, pp. 27-31, doi: 10.1109/ICCIT.2008.60.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072

More Related Content

Similar to Alumni Management System – Web Application

DESIGN PATTERNS IN THE WORKFLOW IMPLEMENTATION OF MARINE RESEARCH GENERAL INF...
DESIGN PATTERNS IN THE WORKFLOW IMPLEMENTATION OF MARINE RESEARCH GENERAL INF...DESIGN PATTERNS IN THE WORKFLOW IMPLEMENTATION OF MARINE RESEARCH GENERAL INF...
DESIGN PATTERNS IN THE WORKFLOW IMPLEMENTATION OF MARINE RESEARCH GENERAL INF...
AM Publications
 
Academic Resources Architecture Framework Planning using ERP in Cloud Computing
Academic Resources Architecture Framework Planning using ERP in Cloud ComputingAcademic Resources Architecture Framework Planning using ERP in Cloud Computing
Academic Resources Architecture Framework Planning using ERP in Cloud Computing
IRJET Journal
 
IRJET - College Event Management System
IRJET - College Event Management SystemIRJET - College Event Management System
IRJET - College Event Management System
IRJET Journal
 
COLLEGE PROJECT MANAGEMENT SYSTEM
COLLEGE PROJECT MANAGEMENT SYSTEMCOLLEGE PROJECT MANAGEMENT SYSTEM
COLLEGE PROJECT MANAGEMENT SYSTEM
IRJET Journal
 
IRJET- Survey on Students Fees Management
IRJET- Survey on Students Fees ManagementIRJET- Survey on Students Fees Management
IRJET- Survey on Students Fees Management
IRJET Journal
 
IRJET- Placement Portal
IRJET- Placement PortalIRJET- Placement Portal
IRJET- Placement Portal
IRJET Journal
 
Project report
Project reportProject report
Project report
VISHAL VERMA
 
Information Intendance System on Cloud
Information Intendance System on CloudInformation Intendance System on Cloud
Information Intendance System on Cloud
IRJET Journal
 
A Literature Survey on Student Profile Management System
A Literature Survey on Student Profile Management SystemA Literature Survey on Student Profile Management System
A Literature Survey on Student Profile Management System
IRJET Journal
 
IRJET- Institute Based ERP System and Timetable Generator
IRJET-  	  Institute Based ERP System and Timetable GeneratorIRJET-  	  Institute Based ERP System and Timetable Generator
IRJET- Institute Based ERP System and Timetable Generator
IRJET Journal
 
Dms presentation
Dms presentationDms presentation
Dms presentation
Matiur Rahman
 
Design of a prototype web based students’ record management system – webstrems
Design of a prototype web based students’ record management system – webstremsDesign of a prototype web based students’ record management system – webstrems
Design of a prototype web based students’ record management system – webstrems
Alexander Decker
 
Students Club
Students ClubStudents Club
Students Club
IRJET Journal
 
A Generic Model for Student Data Analytic Web Service (SDAWS)
A Generic Model for Student Data Analytic Web Service (SDAWS)A Generic Model for Student Data Analytic Web Service (SDAWS)
A Generic Model for Student Data Analytic Web Service (SDAWS)
Editor IJCATR
 
Innovative E-Learning through Scalable,Elastic and Dynamic Cloud Computing Ar...
Innovative E-Learning through Scalable,Elastic and Dynamic Cloud Computing Ar...Innovative E-Learning through Scalable,Elastic and Dynamic Cloud Computing Ar...
Innovative E-Learning through Scalable,Elastic and Dynamic Cloud Computing Ar...
IRJET Journal
 
Role and Service of Cloud Computing for Higher Education System
Role and Service of Cloud Computing for Higher Education SystemRole and Service of Cloud Computing for Higher Education System
Role and Service of Cloud Computing for Higher Education System
IRJET Journal
 
ONLINE WEB APPLICATION FOR CREATING AND SHARING INTERACTIVE TEXTBOOKS
ONLINE WEB APPLICATION FOR CREATING AND SHARING INTERACTIVE TEXTBOOKSONLINE WEB APPLICATION FOR CREATING AND SHARING INTERACTIVE TEXTBOOKS
ONLINE WEB APPLICATION FOR CREATING AND SHARING INTERACTIVE TEXTBOOKS
IRJET Journal
 
A Web-based Attendance System Using Face Recognition
A Web-based Attendance System Using Face RecognitionA Web-based Attendance System Using Face Recognition
A Web-based Attendance System Using Face Recognition
IRJET Journal
 
Android based Attendance and examination automation
Android based Attendance and examination automationAndroid based Attendance and examination automation
Android based Attendance and examination automation
Ritika Mahajan
 

Similar to Alumni Management System – Web Application (20)

DESIGN PATTERNS IN THE WORKFLOW IMPLEMENTATION OF MARINE RESEARCH GENERAL INF...
DESIGN PATTERNS IN THE WORKFLOW IMPLEMENTATION OF MARINE RESEARCH GENERAL INF...DESIGN PATTERNS IN THE WORKFLOW IMPLEMENTATION OF MARINE RESEARCH GENERAL INF...
DESIGN PATTERNS IN THE WORKFLOW IMPLEMENTATION OF MARINE RESEARCH GENERAL INF...
 
Academic Resources Architecture Framework Planning using ERP in Cloud Computing
Academic Resources Architecture Framework Planning using ERP in Cloud ComputingAcademic Resources Architecture Framework Planning using ERP in Cloud Computing
Academic Resources Architecture Framework Planning using ERP in Cloud Computing
 
IRJET - College Event Management System
IRJET - College Event Management SystemIRJET - College Event Management System
IRJET - College Event Management System
 
COLLEGE PROJECT MANAGEMENT SYSTEM
COLLEGE PROJECT MANAGEMENT SYSTEMCOLLEGE PROJECT MANAGEMENT SYSTEM
COLLEGE PROJECT MANAGEMENT SYSTEM
 
IRJET- Survey on Students Fees Management
IRJET- Survey on Students Fees ManagementIRJET- Survey on Students Fees Management
IRJET- Survey on Students Fees Management
 
IRJET- Placement Portal
IRJET- Placement PortalIRJET- Placement Portal
IRJET- Placement Portal
 
Project report
Project reportProject report
Project report
 
Information Intendance System on Cloud
Information Intendance System on CloudInformation Intendance System on Cloud
Information Intendance System on Cloud
 
A Literature Survey on Student Profile Management System
A Literature Survey on Student Profile Management SystemA Literature Survey on Student Profile Management System
A Literature Survey on Student Profile Management System
 
IRJET- Institute Based ERP System and Timetable Generator
IRJET-  	  Institute Based ERP System and Timetable GeneratorIRJET-  	  Institute Based ERP System and Timetable Generator
IRJET- Institute Based ERP System and Timetable Generator
 
Dms presentation
Dms presentationDms presentation
Dms presentation
 
Design of a prototype web based students’ record management system – webstrems
Design of a prototype web based students’ record management system – webstremsDesign of a prototype web based students’ record management system – webstrems
Design of a prototype web based students’ record management system – webstrems
 
Students Club
Students ClubStudents Club
Students Club
 
50120140502002
5012014050200250120140502002
50120140502002
 
A Generic Model for Student Data Analytic Web Service (SDAWS)
A Generic Model for Student Data Analytic Web Service (SDAWS)A Generic Model for Student Data Analytic Web Service (SDAWS)
A Generic Model for Student Data Analytic Web Service (SDAWS)
 
Innovative E-Learning through Scalable,Elastic and Dynamic Cloud Computing Ar...
Innovative E-Learning through Scalable,Elastic and Dynamic Cloud Computing Ar...Innovative E-Learning through Scalable,Elastic and Dynamic Cloud Computing Ar...
Innovative E-Learning through Scalable,Elastic and Dynamic Cloud Computing Ar...
 
Role and Service of Cloud Computing for Higher Education System
Role and Service of Cloud Computing for Higher Education SystemRole and Service of Cloud Computing for Higher Education System
Role and Service of Cloud Computing for Higher Education System
 
ONLINE WEB APPLICATION FOR CREATING AND SHARING INTERACTIVE TEXTBOOKS
ONLINE WEB APPLICATION FOR CREATING AND SHARING INTERACTIVE TEXTBOOKSONLINE WEB APPLICATION FOR CREATING AND SHARING INTERACTIVE TEXTBOOKS
ONLINE WEB APPLICATION FOR CREATING AND SHARING INTERACTIVE TEXTBOOKS
 
A Web-based Attendance System Using Face Recognition
A Web-based Attendance System Using Face RecognitionA Web-based Attendance System Using Face Recognition
A Web-based Attendance System Using Face Recognition
 
Android based Attendance and examination automation
Android based Attendance and examination automationAndroid based Attendance and examination automation
Android based Attendance and examination automation
 

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 STRUCTURE
IRJET 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 Characteristics
IRJET 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 ADAS
IRJET 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 Pro
IRJET 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 System
IRJET 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 bridges
IRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
IRJET 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 Design
IRJET 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

WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
AafreenAbuthahir2
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
ankuprajapati0525
 
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
 
Railway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdfRailway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdf
TeeVichai
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Dr.Costas Sachpazis
 
ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
AhmedHussein950959
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
karthi keyan
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
R&R Consult
 
ML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptxML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptx
Vijay Dialani, PhD
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
bakpo1
 
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang,  ICLR 2024, MLILAB, KAIST AI.pdfJ.Yang,  ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
MLILAB
 
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
ydteq
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
Robbie Edward Sayers
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
gdsczhcet
 
Standard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - NeometrixStandard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - Neometrix
Neometrix_Engineering_Pvt_Ltd
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
Divya Somashekar
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
Massimo Talia
 
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Teleport Manpower Consultant
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
Kamal Acharya
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
Amil Baba Dawood bangali
 

Recently uploaded (20)

WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
 
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
 
Railway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdfRailway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdf
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
 
ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
 
ML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptxML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptx
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
 
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang,  ICLR 2024, MLILAB, KAIST AI.pdfJ.Yang,  ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
 
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
 
Standard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - NeometrixStandard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - Neometrix
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
 
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
 

Alumni Management System – Web Application

  • 1. © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 3230 Alumni Management System – Web Application Mitali Ved1, Hitakshi Tanna2, Pratik Yeole3, Pradnya Kamble4 123Students, Department of Electronics and Telecommunication Engineering, K. J. Somaiya Institute of Engineering and Information Technology, Mumbai, Maharashtra, India. 4Assistant Professor, Department of Electronics and Telecommunication Engineering, K. J. Somaiya Institute of Engineering and Information Technology, Mumbai, Maharashtra, India. ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - This paper represents a web service for Alumni management of a college. It highlights use of database management for ease of access of student records. Various web development tools are used to create a responsive website which focuses particularly on alumni data and interaction of university with individual alumnus. The implementation of the website along with the algorithm or the flow of the process is also discussed in this paper. Key Words: Alumni management systems, web development, database management, digitization. 1. INTRODUCTION The newer methods have an advantage of accessing data from anywhere around the globe. Modification and updating data become an easy process. As it is a responsive two-way managing service, the data of the individual is maintained by the admin as well as the alumni. Depending on the requirement, the input of the data can be added or modified on timely basis. Along with data management, additional interactive features can also be added if required by the institution. The alumni management system is build based on an ER diagram which provides a distributive knowledge about the scope of the website and also presents on how different relationships can be accessed through one database [3]. This method helps the institution to keep a track of an alumnus after graduation and the student interaction with the institution for any reference, guidance or mentorship can be made available. 2. LITERATURE SURVEY A. Existing System The former methods of data preservation were tabular forms, excel sheets, documentations, etc. These system limits multiple accessing, easy modification in the data, searching for records [2]. As we are moving towards digitalization, techniques of data management have been improved. One of these methods include, database management system. The database management system works on the principle of data-keeping using computerized technologies. B. Disadvantages of existing system These current methods though provide global access considering cloud-based word document such as Google Docs, Microsoft Word, etc. they have to be modified manually by an individual. This results in time consumption as well as lack of consistency in maintaining the data. The limitations of the current methods are that they are have to be updated regularly to avoid loss of data and it becomes inconvenient for every user to the same. C. Proposed Model Alumni Management System is a system which manages the records of the students who are a part of the respective institution or were a part of the institution. Alumni management is important as it keeps the records of the previous students for keeping them in touch with the institution. The alumnus can be a help to the college in their expertise files of study from the outside world giving students guidance and updating them about the current happenings. It particularly concentrates on the graduated students of the institution and not on the students who are currently a part of the institution. D. Benefits of Proposed Model over Existing system The database management system is a collection of a particular data depending on the requirement. It is easier to alter and implement changes in the existing data. As the new software technology is rising, we can store this data in a conventional and effective way using these software’s and interfacing them in a proper functional order which can be accessed remotely. 3. IMPLEMENTATION OF THE PROPOSED MODEL A. Software Requirements As this project mainly focuses on alumni database on web services it uses methods based on web development tools like HTML, CSS, JavaScript along with Python framework (Django). The existing database has to be saved and modified using SQL. The HTML, CSS & JavaScript are considered to be the front-end development tools [1]. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072
  • 2. © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 3231 i. HTML The HTML is used for the basic layout of the website which includes inputs in the form of registration form, a log-in page and details of a particular student using the HTML tags. ii. CSS The styling that includes designing of the web page for user attraction is done using CSS. The CSS is used because of its easy and efficient access to styling which is generally paired with HTML for most of the websites available. iii. JavaScript It is paired with HTML and CSS for a responsive front-end (Client Side). iv. Django – A Python based Framework As Python is an easy programming language due to its rich availability of resources for developing, the framework is preferred for back-end (Developer’s Side). This is an individual framework that also provides web extracting features for pulling out data in case of adding automating techniques like web-scrapping tool (Beautiful Soup) [4] [7]. v. SQL As we are using a structured data which is easy to handle in a database management system, SQL is preferred over other databases. SQL is said to be one of the oldest methods of storing large data in tables which avoids duplication of data. RDBMS concept is used to provide relationship between each table to fetch structured data across multiple tables [6]. B. Flow of the Proposed Model The website focuses on user interaction and multi- functioning by adding various features to increase reusability [5]. Fig - 1: Flow of the Project This system is divided into two sides – Admin side, Alumni/Student side. i. Admin Side A log-in access is provided for security, verification and individuality purposes. The admin has access to the individual details of a particular alumni. The admin wants to keep track of the updated personal details. Along with this, it also focuses on managing alumni related events or job postings if necessary. ii. Alumni Side The alumni are required to update his/her personal details for college records. They have access for viewing the job postings or events on their personal dashboard. They can also post any job openings in their field for the benefit of other alumni and students. C. Methodology Fig – 2: Plan of action International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072
  • 3. © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 3232 The plan of action as mentioned in Fig. (2) is a step-by- step procedure which is followed to build the website. The designing of the UI (User Interface) is the first step which provides a rough idea of how the website will be presented throughout. These are termed to be static UI. The front-end is then created using HTML, CSS and JavaScript referring to these designs which becomes easier for the developer while implementation. After the development of the static pages, the framework is interfaced with the database and the front- end static pages to create a fully functional website. Depending on the user that is the admin, various features can be added later on by the developer. 5. FUTURE SCOPE 1. Job postings can be automatized using tools such as web scrapping which are available to scrap data from other websites. 2. The security can be enhanced to protect the database of the students to a greater extent. 6. RESULT Image insertion, file insertion and verification of data becomes easy while using this method. Adding events is one the feature of this website. Fig – 3: Screenshots of the Web page 7. CONCLUSION The "Alumni Management System" website is a fully functional website which time saving, easy to use, efficient way of managing relatable data, making it for the institution to connect with them easily and updating them about the ongoings of the institution. Automating techniques to some extent can increase feasibility in order to increase functionality in the further development of the website. This can also include in updating the user- interface to latest standards and keeping it agile to bring in faster changes with less modification in the original website and still getting valuable outcomes. 8. REFERENCES [1] B. Carter, "HTML Educational Node.js System (HENS): An Applied System for Web Development," 2014 Annual Global Online Conference on Information and Computer Technology, 2014, pp. 27-31, doi: 10.1109/GOCICT.2014.25. [2] Tarun Kumar, Yeeshu Prateek, Prajwal Atharga, Dr. Rajashekarappa, Prof. V. K. Parvati, 2019, Alumni Database Management System, INTERNATIONAL JOURNAL OF ENGINEERING RESEARCH & TECHNOLOGY (IJERT) NCRACES – 2019 (Volume 7, Issue 10), [3] L. Meng, "College Student Management System Design Using Computer Aided System," 2015 International Conference on Intelligent Transportation, Big Data and Smart City, 2015, pp. 212-215, doi: 10.1109/ICITBS.2015.59. [4] A. Mukherjee, A. Roy, M. K. Lath, A. Ghosal and D. Sengupta, "Centralized Alumni Management System (CAMS) - A Prototype Proposal," 2019 Amity International Conference on Artificial Intelligence (AICAI), 2019, pp. 967-971, doi: 10.1109/AICAI.2019.8701383. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072
  • 4. © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 3233 [5] A. A. Shinu, V. Keerthi, M. Manoj, M. Shaheer, N. S. Nair and A. John, "Customized Alumni Portal implementing Natural Language Processing Techniques," 2019 International Conference on Intelligent Computing and Control Systems (ICCS), 2019, pp. 927-931, doi: 10.1109/ICCS45141.2019.9065320. [6] W. Khan, W. Ahmad, B. Luo and E. Ahmed, "SQL Database with physical database tuning technique and NoSQL graph database comparisons," 2019 IEEE 3rd Information Technology, Networking, Electronic and Automation Control Conference (ITNEC), 2019, pp. 110-116, doi: 10.1109/ITNEC.2019.8729264. [7] M. Shaker, H. Ibrahim, A. Mustapha and L. N. Abdullah, "A Framework for Extracting Information from Semi-Structured Web Data Sources," 2008 Third International Conference on Convergence and Hybrid Information Technology, 2008, pp. 27-31, doi: 10.1109/ICCIT.2008.60. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072