Integrated Information Platform For Information About Indian Universities
Integrated Information Platform For Information About Indian Universities
https://doi.org/10.22214/ijraset.2023.50842
International Journal for Research in Applied Science & Engineering Technology (IJRASET)
ISSN: 2321-9653; IC Value: 45.98; SJ Impact Factor: 7.538
Volume 11 Issue IV Apr 2023- Available at www.ijraset.com
Abstract: Finding the right university has always been a challenging task as it involves considering various factors such as
location, tuition fees, courses offered, facilities provided, and placement ratios, among others. This process is often complex and
time-consuming. To simplify this process, we propose an Integrated Platform for Information about Indian Universities that
provides comprehensive information to assist individuals in making informed decisions about their future career. This platform
makes it easier for students to find a university that aligns with their personal interests and academic profile and provides them
with relevant information.
Keywords: University website, Indian universities, University finder, Web application, University information portal.
I. INTRODUCTION
The development of university applications is influenced by ongoing education reforms and the adoption of various courses and
degrees by students.
To address these changes, new systems such as e-learning systems, course evaluation software, and other proprietary developments
have been introduced. The increasing requirements to combine data throughout the whole university or department and to extract
information for the university has led to the need for an integrated university information platform that improves communication
between students and management.
In the past, finding appropriate universities within a limited time frame was a challenging process that required consideration of
various aspects such as offered courses, fees, cut-offs, and general information. To simplify this process, an integrated information
platform for Indian universities is being developed that allows users to search for and filter universities based on their preferences.
The information system uses data provided by the user on their profile, which mainly consists of academic data. Users can add
specific universities to their wish-list and view career options available to them. The fully functional website is programmed in
JAVA language, and data is stored in a MySQL database. Additionally, HTML, CSS, and JavaScript are used for the frontend.
©IJRASET: All Rights are Reserved | SJ Impact Factor 7.538 | ISRA Journal Impact Factor 7.894 | 3218
International Journal for Research in Applied Science & Engineering Technology (IJRASET)
ISSN: 2321-9653; IC Value: 45.98; SJ Impact Factor: 7.538
Volume 11 Issue IV Apr 2023- Available at www.ijraset.com
©IJRASET: All Rights are Reserved | SJ Impact Factor 7.538 | ISRA Journal Impact Factor 7.894 | 3219
International Journal for Research in Applied Science & Engineering Technology (IJRASET)
ISSN: 2321-9653; IC Value: 45.98; SJ Impact Factor: 7.538
Volume 11 Issue IV Apr 2023- Available at www.ijraset.com
The proposed web-based platform aimed at providing information about Indian universities will comprise various features. The
university search functionality will enable users to look for specific courses offered by universities, while the faculty search will
allow users to find faculty members based on their name, department or research area.
Additionally, the facility search will provide information about the different facilities available at universities, including libraries,
labs, and sports facilities. The location-based search will allow users to search for universities based on their location, including city,
state or country. Admission requirements, cost and financial aid information features will provide information about the admission
process, tuition fees, and financial aid options at universities. Moreover, personalized recommendations feature will use user
preferences such as program interests, location, and budget constraints to offer customized university recommendations that match
the user's requirements.
IV. METHODOLOGY
A. Login User Dashboard
Users can create an account or log-in to the web portal. After logging in, users are directed to their dashboard, where they can view
their profile information and customize their search preferences. Users can also access their saved searches, bookmarked
universities, or courses, and receive personalized recommendations based on their preferences.
B. Admin Dashboard
Admin can login to the portal to upgrade the website. Admin can manipulate the database according to the needs and requirements
of the user. Admin can update the portal and can add and delete the information. What to display on the site is in the hands of
Admin.
C. Search University
Users can enter search criteria, such as keywords, location, course, faculty, or facility, in the search bar. The pattern matching
algorithm implemented in Java processes the search query and retrieves relevant university information from the database. The
search results are displayed on the user's dashboard or a search results page, showing universities that match the search criteria.
Users can view detailed information about each university, such as programs offered, faculty information, facilities, admission
requirements, and cost and financial aid information.
D. Show Results
Users can select a course of interest and view the detailed information about the program, including admission requirements, tuition
fees, and financial aid options. Users can also view additional information, such as faculty profiles, facilities available, and location
details. Users can bookmark or save the program for future reference or further evaluation. Users can contact the university for more
information or apply for the program directly through the platform, if available. Users can also provide feedback or ratings for the
programs or universities they have explored.
©IJRASET: All Rights are Reserved | SJ Impact Factor 7.538 | ISRA Journal Impact Factor 7.894 | 3220
International Journal for Research in Applied Science & Engineering Technology (IJRASET)
ISSN: 2321-9653; IC Value: 45.98; SJ Impact Factor: 7.538
Volume 11 Issue IV Apr 2023- Available at www.ijraset.com
V. ALGORITHM USED
A. Knuth-Morris-Pratt (KMP) Algorithm
The Knuth-Morris-Pratt (KMP) algorithm is a pattern matching algorithm used to search for occurrences of a given pattern in a
longer text. It is efficient in terms of time complexity, as it has a linear time complexity of O(n + m), where n is the length of the
text and m is the length of the pattern. The KMP algorithm avoids redundant comparisons by utilizing the information from
previously matched characters in the pattern, which makes it more efficient compared to other naive pattern matching algorithms.
©IJRASET: All Rights are Reserved | SJ Impact Factor 7.538 | ISRA Journal Impact Factor 7.894 | 3221
International Journal for Research in Applied Science & Engineering Technology (IJRASET)
ISSN: 2321-9653; IC Value: 45.98; SJ Impact Factor: 7.538
Volume 11 Issue IV Apr 2023- Available at www.ijraset.com
VII. IMPLEMENTATION
A. Login Page
Users can create an account or log in to the web portal. After logging in, users are directed to their dashboard, where they can view
their profile information and customize their search preferences. Users can also access their saved searches, bookmarked
universities, or courses, and receive personalized recommendations based on their preferences.
B. Registration Page
Users, including admins, would need to fill out a registration form that collects relevant information such as name, email address,
password, and any other required details. The registration form may also include additional fields specific to the university search
engine, such as the role (user or admin), contact information, and other relevant details. Once the registration process is complete,
users and admins can access the university search engine platform using their registered credentials, such as email address and
password. They can then log in to their respective user or admin dashboard to access the available features and functionalities.
©IJRASET: All Rights are Reserved | SJ Impact Factor 7.538 | ISRA Journal Impact Factor 7.894 | 3222
International Journal for Research in Applied Science & Engineering Technology (IJRASET)
ISSN: 2321-9653; IC Value: 45.98; SJ Impact Factor: 7.538
Volume 11 Issue IV Apr 2023- Available at www.ijraset.com
C. Home Page
The home page of a university search engine would typically serve as the main landing page for users and provide them with an
overview of the platform's features and functionalities. The header section typically includes the search bar, where users can enter
their search criteria, such as keywords, location, program, faculty, or facility, to start their university search. It includes a
login/register button for users to create an account or log in to the platform.
©IJRASET: All Rights are Reserved | SJ Impact Factor 7.538 | ISRA Journal Impact Factor 7.894 | 3223
International Journal for Research in Applied Science & Engineering Technology (IJRASET)
ISSN: 2321-9653; IC Value: 45.98; SJ Impact Factor: 7.538
Volume 11 Issue IV Apr 2023- Available at www.ijraset.com
©IJRASET: All Rights are Reserved | SJ Impact Factor 7.538 | ISRA Journal Impact Factor 7.894 | 3224
International Journal for Research in Applied Science & Engineering Technology (IJRASET)
ISSN: 2321-9653; IC Value: 45.98; SJ Impact Factor: 7.538
Volume 11 Issue IV Apr 2023- Available at www.ijraset.com
G. University Recommender
In this section, the user can find out which universities they are eligible for by entering their 10th and 12th marks. The
recommended universities are based on their academic performance.
VIII. ACKNOWLEDGEMENT
We are thankful to our mentor, coach, and guide Prof. Y. A. Thakare mam. We would like to thank you for this opportunity to
present a paper on Integrated Information Platform for Information about Indian Universities (a web-based application).
IX. CONCLUSION
In conclusion, A valuable tool for students, faculty, and administrators in the higher education domain can be an Integrated Platform
for Information about Indian Universities. The portal, implemented using Java and based on matching pattern algorithms, can
simplify the process of searching for universities, browsing available courses, and retrieving relevant information for users. The
platform can offer a secure login and registration system with a user-friendly interface. The matching pattern algorithms can ensure
efficient and accurate search results based on criteria such as location and course preferences.
REFERENCES
[1] Lynch, P. and Horton, S. (March 2002). Web Style Guide: Basic Design Principles for Creating Web Sites, Second Edition. Yale University Press.
[2] “Zhangmsthesis2006 - University of Colorado Colorado Springs.” [Online]. Available:
http://www.cs.uccs.edu/~jkalita/work/StudentResearch/YiZhangMSThesis2006.pdf.
[3] S. Wu, Z. Zhang, and C. Xu, “Evaluating the effectiveness of Web search engines on results diversification.” Available:
https://files.eric.ed.gov/fulltext/EJ1210894.pdf Developing a metadata model for university search engines - by Wang et al. (2017)
[4] Rowe, K. (2021) How search engines use machine learning: 9 things we know for sure, Search Engine Journal. Available at:
https://www.searchenginejournal.com/ml-things-we-know/408882/
[5] Designing a university search engine with natural language processing capabilities - by Chen et al. (2019)
[6] E. and I. T. I. J. S. R. C. S. E. I. T. International Journal of Scientific Research in Computer Science, “College Finder & Recommender Web Application
System,” Academia.edu,20-May-2017. Available: https://www.academia.edu/33112778/College_Finder_and_Recommender_Web_Application_System.
[7] C. D. Manning, P. Raghavan and H. Schutz, An Introduction to Information Retrieval, Cambridge University Press, 2009, pages 569.
©IJRASET: All Rights are Reserved | SJ Impact Factor 7.538 | ISRA Journal Impact Factor 7.894 | 3225