SlideShare a Scribd company logo
2
Most read
3
Most read
4
Most read
© 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

PDF
Web Based School Administration System
PDF
UniConnect: Unleashing theExcitement of University Gathering
PDF
Alumni Record System
PDF
CLASS ROOM MANAGEMENT SYSTEM
PDF
COLLAGE MANAGEMENT SYSTEM IN JAVA
PDF
A Review on Student Result Management System
PDF
DEPARTMENT MANAGEMENT SYSTEM FOR A PARTICULAR DEPARTMENT IN THE COLLEGE
PDF
AUTOMATION OF COLLEGE ADMISSION PROCESS
Web Based School Administration System
UniConnect: Unleashing theExcitement of University Gathering
Alumni Record System
CLASS ROOM MANAGEMENT SYSTEM
COLLAGE MANAGEMENT SYSTEM IN JAVA
A Review on Student Result Management System
DEPARTMENT MANAGEMENT SYSTEM FOR A PARTICULAR DEPARTMENT IN THE COLLEGE
AUTOMATION OF COLLEGE ADMISSION PROCESS

Similar to Alumni Management System -Web Application (20)

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

More from Mandy Brown (20)

PDF
College Application Essay Sample Sp. Online assignment writing service.
PDF
Persuasive Essay Example - Raisa Te. Online assignment writing service.
PDF
Freelance Essay Writing Jobs. 40 Best Freelance Writing Jobs And ...
PDF
023 Service Learning Essay Letter Of Recommendatio
PDF
Writing An Essay About Myself Samples. Online assignment writing service.
PDF
Expository Essay Introduction. How To Wr
PDF
High School Fun-Packed Experience Free Essay Ex
PDF
49 Common App Transfer Essay Examples Image - A
PDF
How To Cite Without Author - Textbooks Course Materials - APA Guide ...
PDF
Three Research Paper Introduction Examples Learn How To Initiate And ...
PDF
Definition Essay Cheap Essay Writin. Online assignment writing service.
PDF
Child Observation Essay Telegraph. Online assignment writing service.
PDF
Resources To Print Robots Creative Writing Club - Me
PDF
Example Position Paper Mun Sample Position Paper
PDF
Great Quotes Between The Lines. Online assignment writing service.
PDF
Travel Writing How To Write A Powerful (Not Boring) Tra
PDF
Good Research Paper Examples. Effective Resea
PDF
Connecting Words For Essays. Linking Words For
PDF
Examples Of How To Start An Essay Introduction. How To Start An Essay ...
PDF
How To Write Short Songs For Beginners 14 Steps - Instr
College Application Essay Sample Sp. Online assignment writing service.
Persuasive Essay Example - Raisa Te. Online assignment writing service.
Freelance Essay Writing Jobs. 40 Best Freelance Writing Jobs And ...
023 Service Learning Essay Letter Of Recommendatio
Writing An Essay About Myself Samples. Online assignment writing service.
Expository Essay Introduction. How To Wr
High School Fun-Packed Experience Free Essay Ex
49 Common App Transfer Essay Examples Image - A
How To Cite Without Author - Textbooks Course Materials - APA Guide ...
Three Research Paper Introduction Examples Learn How To Initiate And ...
Definition Essay Cheap Essay Writin. Online assignment writing service.
Child Observation Essay Telegraph. Online assignment writing service.
Resources To Print Robots Creative Writing Club - Me
Example Position Paper Mun Sample Position Paper
Great Quotes Between The Lines. Online assignment writing service.
Travel Writing How To Write A Powerful (Not Boring) Tra
Good Research Paper Examples. Effective Resea
Connecting Words For Essays. Linking Words For
Examples Of How To Start An Essay Introduction. How To Start An Essay ...
How To Write Short Songs For Beginners 14 Steps - Instr
Ad

Recently uploaded (20)

PDF
Basic Mud Logging Guide for educational purpose
PDF
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
PPTX
Lesson notes of climatology university.
PDF
Module 4: Burden of Disease Tutorial Slides S2 2025
PDF
Abdominal Access Techniques with Prof. Dr. R K Mishra
PPTX
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
PPTX
Cell Structure & Organelles in detailed.
PPTX
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
PPTX
human mycosis Human fungal infections are called human mycosis..pptx
PPTX
Cell Types and Its function , kingdom of life
PDF
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
PDF
O7-L3 Supply Chain Operations - ICLT Program
PDF
Insiders guide to clinical Medicine.pdf
PDF
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
PPTX
master seminar digital applications in india
PDF
Microbial disease of the cardiovascular and lymphatic systems
PPTX
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
PDF
Sports Quiz easy sports quiz sports quiz
PDF
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
PPTX
PPH.pptx obstetrics and gynecology in nursing
Basic Mud Logging Guide for educational purpose
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
Lesson notes of climatology university.
Module 4: Burden of Disease Tutorial Slides S2 2025
Abdominal Access Techniques with Prof. Dr. R K Mishra
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
Cell Structure & Organelles in detailed.
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
human mycosis Human fungal infections are called human mycosis..pptx
Cell Types and Its function , kingdom of life
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
O7-L3 Supply Chain Operations - ICLT Program
Insiders guide to clinical Medicine.pdf
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
master seminar digital applications in india
Microbial disease of the cardiovascular and lymphatic systems
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
Sports Quiz easy sports quiz sports quiz
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
PPH.pptx obstetrics and gynecology in nursing

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