SlideShare a Scribd company logo
1 of 3
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 4023
NIE Placements: An Automated Application for Android Users
Sharanya N1, Priyanka S. Nair2, Shilpa N. Hipparagi3, Rashmi D4
1,2,3,4UG Students, Dept. Of Information Science and Engineering, The National Institute of Engineering, Mysuru,
Karnataka, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - NIE Placements application is designed to
automate the existing placement system in NIE. The
application allows the authenticated students to upload the
CV, get notifications through SMS/Emails about companies
visiting the campus for recruitment using the Naive Bayes
classification algorithm, apply for the job based on the
eligibility criteria, use discussion forum to ask questions
related to placements and companies and avail the training
materials provided in the application. For storing and
retrieving data, a backend service called Firebase is used.
Academic faculty can obtain the department wise list of
students placed to update the attendance status of the
students.
Key Words: Automate, CV, Firebase, NIE, TPO.
1. INTRODUCTION
Mobile devices these days have gradually become more
powerful and distributive, influencing the daily lives on a
large scale. Android, a trending operating system
powering smartphones and tablets, has proven to be one
of the best mobile based application development
platforms[1], provides the developers with the methods of
communication for software components called
Application Programming Interface(APIs) and tools for the
development of Android applications[2]. This led to
design a unique Android based application for Training
and Placement Office (TPO).
NIE Placements is an automated Android application
designed for the Training and Placement division of The
National Institute of Engineering (NIE). It is an application
that can be accessed by students and academic faculties of
NIE with mandatory registration to the application. The
TPO staff is the administrator and has its own login
module to manage the application such as providing
details about upcoming companies, their criteria for
recruitment, adding the list of students placed, sending
notifications to students and providing the training
schedules. Students of NIE can use this application for
uploading their information in the form of Curriculum
Vitae (CV) and get notifications to their phones about
upcoming companies for hiring through Short Message
Service (SMS) or Emails. The application uses Naive Bayes
classification algorithm which is one of the most effective
methods in the field of text classification [3]. It is
computationally fast in making decisions [4] and simple
yet optimal algorithm to provide accurate results [5].
Academic faculties of NIE can use this application to obtain
the list of students placed according to their respective
departments for updating the attendance status of the
students. All the information regarding the TPO is stored
in the Firebase database[6], a backend service which is
scalable and lightweight and where the applications can be
hosted for free[7]The main purpose of designing this
application is to automate the existing system of TPO at
NIE. All the notifications regarding the placement process
will be able to check the details of the companies visiting
NIE.
2. EXISTING SYSTEM
The existing system of TPO in NIE is manual. Currently,
there is no automated system used by the college,
dedicated to Training and Placement division. For
broadcasting notices, Google Groups are created and
invitations to join the group are sent to every student
willing to participate in the placement processes. The TPO
division does not have a database because of which
maintaining the records of the students becomes a tedious
task. Also, the student details are maintained in
spreadsheets and have to be updated manually every time
there is a modification. Spreadsheets being less optimized
lead to the duplication of details and hence the problem of
data redundancy [8].Based on the eligibility criteria
mentioned by the companies, the Placement Coordinators
(PCs) have to identify the eligible students by searching
the spreadsheets. Google Forms are sent to register for
the company visiting the campus for recruitment and the
responses collected are used for further placement
processes [9].
Attendance status of the students will be obtained only
when the TPO division sends the list of students to
respective departments. Academic staff then updates the
attendance status of the students participating in
placement activities. However, the TPO staff sometimes
may delay the process and this affects the academics.
2. PROPOSED SYSTEM
The proposed design for NIE Placements is to automate the
existing system of TPO. The application starts with a
splash screen showing the college logo lasting for 3
seconds and then directed to the user registration/login
page which is mandatory for all the user to access the
application. The fields for registration are authorized
University Seat Number (USN) for students and Faculty ID
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 4024
for the academic staff, Email ID and password. Once
registered, students have to upload the CV and further can
start using the application. For logging in to the
application the users can use the authorized Email ID and
password. The important notifications regarding company
recruitment and training schedules will be sent to
students through SMS or Emails.
Modules in the NIE Placements application include:
1. About Us: This module contains information about
Vision and Mission of the TPO division, Training
Culture, Placement Statistics till date, Companies
Visited section that contains the list of companies
that have visited the NIE campus and contact
information of TPO.
2. Achievements: This module gives information
about the achievements of the TPO division such
as the number of students placed through campus
recruitment in the last five years, companies that
visit the campus including dream, core and mass
companies.
3. Discussion Forum: This module contains a
Frequently Asked Questions (FAQ) section which
includes questions regarding the placement
process and a chat room for current students and
alumni through which information regarding
placement and companies can be exchanged.
4. Company Specific Training (CST) materials: This
module consists of five sections which includes
links for reference books to prepare for the online
or pre-interview tests and recently asked
company specific coding questions. Also,
materials for technical interviews, puzzles, HR
and Managerial interviews. The module also
includes a section for company specific
preparation such as Cisco, Amazon, SAP and many
more.
5. News Feed: This module contains four sections
which includes Training Schedule section for
giving information about training sessions and
workshops for placement preparation, Companies
Visited section that gives list of companies that
have visited NIE in the current academic year,
Upcoming Companies section to give information
about the companies that will be visiting the
campus and apply to the job if the students are
eligible and Department wise list of students
placed section for the academic staff to obtain the
list of students placed for updating the attendance
status of students.
6. Logout: A logout module to sign-out from the
application and further page redirects to the login
page if the user wishes to continue using the
application.
All these modules are supervised by the TPO staff (as
administrator) and the staff has authentication and
authorization to modify the contents of the application.
The administrator will have the right to add or delete a
user to access the application. The eligibility of students is
finalized based on the CV submitted by using Naive Bayes
classification algorithm.
Firebase is used as a backend service for this application.
The user information is stored in the Authentication
module when a user registers and administrator can also
add a user directly from the console. The CVs collected
from the students are stored in Database module of
Firebase in the form of JSON data. CST materials in the
application are stored in the Storage module which can be
accessed easily as it will be stored on cloud storage. The
number of users using the application can be obtained by
the Analytics module which also offers the statistics of
their usage.
The following figure Fig.1 shows the process of converting
unstructured data into structured data by using Naive
Bayes Classification algorithm and does pattern matching
with the company criteria provided. This classification
algorithm decides about which class the input document
(CV) has to be assigned using the probabilities obtained
from the company criteria. It analyzes the relationship
between the words in CV and company criteria and then
available results are collected using calculations based on
Bayes’ theorem and are assigned to the respective classes.
The process uses CV as the input and sends notification to
students through SMS or Emails as output.
Fig -1: Model of the classification process
The intention of the proposed system is to automate the
existing system of TPO in a cost effective method and
introduce new features which can ease the process of TPO
division.
3. CONCLUSIONS
In the existing system, every work is done manually which
takes a lot of time and is subjected to error. Also, there is
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 4025
no automation for searching student records and updating
the details. Thus, the design for NIE Placements can help
in improving the disadvantages in the existing system and
can automate the same to save time and human effort.
ACKNOWLEDGEMENT
It is my immense pleasure to present the paper on “NIE
Placements: An Automated Application for Android Users”.
I wish to express my sincere gratitude to Dr. G. Ravi,
Principal, NIE and Dr. K. Raghuveer, HOD, Department of
Information Science and Engineering (ISE), NIE for
providing us an opportunity to work on the application. I
sincerely thank Mr. Pradeep Kumar H. S., Guide and Mrs.
Mayura D. Tapkire, Co-Guide, Department of ISE, NIE for
their guidance and encouragement in carrying out this work.
REFERENCES
[1] Jianye Liu, Jiankun Yu, “Research on Development of
Android Applications”, Fourth International
Conference on Intelligent Networks and Intelligent
Systems, 2011 IEEE, DOI 10.1109/ICINIS.2011.40
[2] https://en.wikipedia.org/wiki/Application_programm
ing_interface
[3] Vidhya. K. A., G. Aghila, “A Survey of Naive Bayes
Machine Learning approach in Text Document
Classification”, International Journal of Computer
Science and Information Security, Vol.7, No.2, 2010,
ISSN: 1947-5500.
[4] P.N. Tan, M. Steinbach, V. Kumar, Introduction to Data
Mining, Addison Wesley Publication, 2006.
[5] Ahmad Ashari, Iman Paryudi, A Min Tjoa,
“Performance Comparison between Naive Bayes,
Decision Tree and k-Nearest Neighbor in Searching
Alternative Design in an Energy Simulation Tool”,
International Journal of Advanced Computer Science
and Applications, Vol.4, No.11,2013.
[6] https://en.wikipedia.org/wiki/Firebase.
[7] Navdeep Singh, “Study of Google Firebase API for
Android”, International Journal of Innovative Research
in Computer and Communication Engineering, Vol.4,
Issue 9, September 2016, ISSN: 2320-9801.
[8] https://www.techwalla.com/articles/the-advantages-
of-databases-over-spreadsheets.
[9] https://people.engr.ncsu.edu/sesmith5/publications/
HG13_ISSOTL.pdf.
[10] Nilesh Rathod, Seema Shah, Kavita Shirsat, “An
Interactive Online Training and Placement System”,
International Journal of Advanced Research in
Computer Science and Software Engineering, Volume
3, Issue 12, December 2013,ISSN: 2277-128X.
[11] https://developer.android.com/guide/index.html.

More Related Content

What's hot

Online Examination System for English Grammar
Online Examination System for English GrammarOnline Examination System for English Grammar
Online Examination System for English Grammarijtsrd
 
IRJET- Design and Development of Web Application for Student Placement Tr...
IRJET-  	  Design and Development of Web Application for Student Placement Tr...IRJET-  	  Design and Development of Web Application for Student Placement Tr...
IRJET- Design and Development of Web Application for Student Placement Tr...IRJET Journal
 
IRJET- Student Portal
IRJET-  	  Student PortalIRJET-  	  Student Portal
IRJET- Student PortalIRJET Journal
 
IRJET- College Recommendation System for Admission
IRJET- College Recommendation System for AdmissionIRJET- College Recommendation System for Admission
IRJET- College Recommendation System for AdmissionIRJET Journal
 
IRJET- A Web-Based Career Spot for Placement Activities and Data Analysis
IRJET- A Web-Based Career Spot for Placement Activities and Data AnalysisIRJET- A Web-Based Career Spot for Placement Activities and Data Analysis
IRJET- A Web-Based Career Spot for Placement Activities and Data AnalysisIRJET Journal
 
Smart Alert for College
Smart Alert for CollegeSmart Alert for College
Smart Alert for Collegeijtsrd
 
Smart Portal: A Platform for Student's Profile Creation, Evaluation and Clust...
Smart Portal: A Platform for Student's Profile Creation, Evaluation and Clust...Smart Portal: A Platform for Student's Profile Creation, Evaluation and Clust...
Smart Portal: A Platform for Student's Profile Creation, Evaluation and Clust...vivatechijri
 
M-Learning Enabled Secure Exam Management Systems (MLESEMS)
M-Learning Enabled Secure Exam Management Systems (MLESEMS)M-Learning Enabled Secure Exam Management Systems (MLESEMS)
M-Learning Enabled Secure Exam Management Systems (MLESEMS)AM Publications
 
IRJET- Student Performance Analysis System for Higher Secondary Education
IRJET- Student Performance Analysis System for Higher Secondary EducationIRJET- Student Performance Analysis System for Higher Secondary Education
IRJET- Student Performance Analysis System for Higher Secondary EducationIRJET Journal
 
IRJET- Survey on Students Fees Management
IRJET- Survey on Students Fees ManagementIRJET- Survey on Students Fees Management
IRJET- Survey on Students Fees ManagementIRJET Journal
 
Sims(Student Information management System)
Sims(Student Information management System)Sims(Student Information management System)
Sims(Student Information management System)saiyadsanobar
 
A New Registration Model for Mandarin Proficiency Test
A New Registration Model for Mandarin Proficiency TestA New Registration Model for Mandarin Proficiency Test
A New Registration Model for Mandarin Proficiency TestIJERA Editor
 
Training and placement ppt
Training and placement pptTraining and placement ppt
Training and placement pptBhavesh Parmar
 
Get Your Campus Abstract 2017
 Get Your Campus Abstract 2017 Get Your Campus Abstract 2017
Get Your Campus Abstract 2017ioshean
 

What's hot (20)

Online Examination System for English Grammar
Online Examination System for English GrammarOnline Examination System for English Grammar
Online Examination System for English Grammar
 
Colleges.net
Colleges.netColleges.net
Colleges.net
 
IRJET- Campus Suite
IRJET- Campus SuiteIRJET- Campus Suite
IRJET- Campus Suite
 
IRJET- Design and Development of Web Application for Student Placement Tr...
IRJET-  	  Design and Development of Web Application for Student Placement Tr...IRJET-  	  Design and Development of Web Application for Student Placement Tr...
IRJET- Design and Development of Web Application for Student Placement Tr...
 
IRJET- Student Portal
IRJET-  	  Student PortalIRJET-  	  Student Portal
IRJET- Student Portal
 
50120140505002
5012014050500250120140505002
50120140505002
 
Education 11-00552
Education 11-00552Education 11-00552
Education 11-00552
 
IRJET- College Recommendation System for Admission
IRJET- College Recommendation System for AdmissionIRJET- College Recommendation System for Admission
IRJET- College Recommendation System for Admission
 
IRJET- A Web-Based Career Spot for Placement Activities and Data Analysis
IRJET- A Web-Based Career Spot for Placement Activities and Data AnalysisIRJET- A Web-Based Career Spot for Placement Activities and Data Analysis
IRJET- A Web-Based Career Spot for Placement Activities and Data Analysis
 
Smart Alert for College
Smart Alert for CollegeSmart Alert for College
Smart Alert for College
 
Smart Portal: A Platform for Student's Profile Creation, Evaluation and Clust...
Smart Portal: A Platform for Student's Profile Creation, Evaluation and Clust...Smart Portal: A Platform for Student's Profile Creation, Evaluation and Clust...
Smart Portal: A Platform for Student's Profile Creation, Evaluation and Clust...
 
M-Learning Enabled Secure Exam Management Systems (MLESEMS)
M-Learning Enabled Secure Exam Management Systems (MLESEMS)M-Learning Enabled Secure Exam Management Systems (MLESEMS)
M-Learning Enabled Secure Exam Management Systems (MLESEMS)
 
IRJET- Student Performance Analysis System for Higher Secondary Education
IRJET- Student Performance Analysis System for Higher Secondary EducationIRJET- Student Performance Analysis System for Higher Secondary Education
IRJET- Student Performance Analysis System for Higher Secondary Education
 
IRJET- Survey on Students Fees Management
IRJET- Survey on Students Fees ManagementIRJET- Survey on Students Fees Management
IRJET- Survey on Students Fees Management
 
Sims(Student Information management System)
Sims(Student Information management System)Sims(Student Information management System)
Sims(Student Information management System)
 
Asif change t (1)
Asif change t (1)Asif change t (1)
Asif change t (1)
 
SRS
SRSSRS
SRS
 
A New Registration Model for Mandarin Proficiency Test
A New Registration Model for Mandarin Proficiency TestA New Registration Model for Mandarin Proficiency Test
A New Registration Model for Mandarin Proficiency Test
 
Training and placement ppt
Training and placement pptTraining and placement ppt
Training and placement ppt
 
Get Your Campus Abstract 2017
 Get Your Campus Abstract 2017 Get Your Campus Abstract 2017
Get Your Campus Abstract 2017
 

Similar to IRJET- NIE Placements: An Automated Application for Android Users

IRJET- Placement Management and Prediction System using Data Mining and Cloud...
IRJET- Placement Management and Prediction System using Data Mining and Cloud...IRJET- Placement Management and Prediction System using Data Mining and Cloud...
IRJET- Placement Management and Prediction System using Data Mining and Cloud...IRJET Journal
 
IRJET- Enhanced Mobile Application for Training and Placement Cell
IRJET- Enhanced Mobile Application for Training and Placement CellIRJET- Enhanced Mobile Application for Training and Placement Cell
IRJET- Enhanced Mobile Application for Training and Placement CellIRJET Journal
 
PLANNOVA -PLACEMENT MANAGEMENT SOFTWARE
PLANNOVA -PLACEMENT MANAGEMENT SOFTWAREPLANNOVA -PLACEMENT MANAGEMENT SOFTWARE
PLANNOVA -PLACEMENT MANAGEMENT SOFTWAREIRJET Journal
 
Design and Development of Placement Portal for Institutions
Design and Development of Placement Portal for InstitutionsDesign and Development of Placement Portal for Institutions
Design and Development of Placement Portal for InstitutionsIRJET Journal
 
IRJET- Placement Recommender and Evaluator
IRJET- Placement Recommender and EvaluatorIRJET- Placement Recommender and Evaluator
IRJET- Placement Recommender and EvaluatorIRJET Journal
 
Campus Placement Hub using K-Means Clustering Algorithm
Campus Placement Hub using K-Means Clustering AlgorithmCampus Placement Hub using K-Means Clustering Algorithm
Campus Placement Hub using K-Means Clustering AlgorithmIRJET Journal
 
DEPARTMENT MANAGEMENT SYSTEM FOR A PARTICULAR DEPARTMENT IN THE COLLEGE
DEPARTMENT MANAGEMENT SYSTEM FOR A PARTICULAR DEPARTMENT IN THE COLLEGEDEPARTMENT MANAGEMENT SYSTEM FOR A PARTICULAR DEPARTMENT IN THE COLLEGE
DEPARTMENT MANAGEMENT SYSTEM FOR A PARTICULAR DEPARTMENT IN THE COLLEGEIRJET Journal
 
iStudent Management System – “Isms”
iStudent Management System – “Isms”iStudent Management System – “Isms”
iStudent Management System – “Isms”IRJET Journal
 
IRJET- Exam Cell Automation
IRJET-  	  Exam Cell AutomationIRJET-  	  Exam Cell Automation
IRJET- Exam Cell AutomationIRJET Journal
 
Placement Management System
Placement Management SystemPlacement Management System
Placement Management SystemIRJET Journal
 
Ijirstv1 i12005
Ijirstv1 i12005Ijirstv1 i12005
Ijirstv1 i12005venusarva
 
IRJET- Searching Admission Methodology(SAM): An Android Based Application...
IRJET-  	  Searching Admission Methodology(SAM): An Android Based Application...IRJET-  	  Searching Admission Methodology(SAM): An Android Based Application...
IRJET- Searching Admission Methodology(SAM): An Android Based Application...IRJET Journal
 
Automated Placement System
Automated Placement SystemAutomated Placement System
Automated Placement SystemIRJET Journal
 
IRJET- E-Attendance Manager: A Review
IRJET-  	  E-Attendance Manager: A ReviewIRJET-  	  E-Attendance Manager: A Review
IRJET- E-Attendance Manager: A ReviewIRJET Journal
 
CV INSPECTION USING NLP AND MACHINE LEARNING
CV INSPECTION USING NLP AND MACHINE LEARNINGCV INSPECTION USING NLP AND MACHINE LEARNING
CV INSPECTION USING NLP AND MACHINE LEARNINGIRJET Journal
 
METandance: A Smart Classroom Management And Analysis
METandance: A Smart Classroom Management And AnalysisMETandance: A Smart Classroom Management And Analysis
METandance: A Smart Classroom Management And AnalysisIRJET Journal
 
IRJET- Secure Pinboard Information Shared By Sha-Algorithm
IRJET- Secure Pinboard Information Shared By Sha-AlgorithmIRJET- Secure Pinboard Information Shared By Sha-Algorithm
IRJET- Secure Pinboard Information Shared By Sha-AlgorithmIRJET Journal
 
IRJET- Android Application for Training and Placement Cell using Machine ...
IRJET-  	  Android Application for Training and Placement Cell using Machine ...IRJET-  	  Android Application for Training and Placement Cell using Machine ...
IRJET- Android Application for Training and Placement Cell using Machine ...IRJET Journal
 
IRJET - Campus Suite
IRJET  -  	  Campus SuiteIRJET  -  	  Campus Suite
IRJET - Campus SuiteIRJET Journal
 
INSTITUTE CRM AND ERP SYSTEM
INSTITUTE CRM AND ERP SYSTEMINSTITUTE CRM AND ERP SYSTEM
INSTITUTE CRM AND ERP SYSTEMIRJET Journal
 

Similar to IRJET- NIE Placements: An Automated Application for Android Users (20)

IRJET- Placement Management and Prediction System using Data Mining and Cloud...
IRJET- Placement Management and Prediction System using Data Mining and Cloud...IRJET- Placement Management and Prediction System using Data Mining and Cloud...
IRJET- Placement Management and Prediction System using Data Mining and Cloud...
 
IRJET- Enhanced Mobile Application for Training and Placement Cell
IRJET- Enhanced Mobile Application for Training and Placement CellIRJET- Enhanced Mobile Application for Training and Placement Cell
IRJET- Enhanced Mobile Application for Training and Placement Cell
 
PLANNOVA -PLACEMENT MANAGEMENT SOFTWARE
PLANNOVA -PLACEMENT MANAGEMENT SOFTWAREPLANNOVA -PLACEMENT MANAGEMENT SOFTWARE
PLANNOVA -PLACEMENT MANAGEMENT SOFTWARE
 
Design and Development of Placement Portal for Institutions
Design and Development of Placement Portal for InstitutionsDesign and Development of Placement Portal for Institutions
Design and Development of Placement Portal for Institutions
 
IRJET- Placement Recommender and Evaluator
IRJET- Placement Recommender and EvaluatorIRJET- Placement Recommender and Evaluator
IRJET- Placement Recommender and Evaluator
 
Campus Placement Hub using K-Means Clustering Algorithm
Campus Placement Hub using K-Means Clustering AlgorithmCampus Placement Hub using K-Means Clustering Algorithm
Campus Placement Hub using K-Means Clustering Algorithm
 
DEPARTMENT MANAGEMENT SYSTEM FOR A PARTICULAR DEPARTMENT IN THE COLLEGE
DEPARTMENT MANAGEMENT SYSTEM FOR A PARTICULAR DEPARTMENT IN THE COLLEGEDEPARTMENT MANAGEMENT SYSTEM FOR A PARTICULAR DEPARTMENT IN THE COLLEGE
DEPARTMENT MANAGEMENT SYSTEM FOR A PARTICULAR DEPARTMENT IN THE COLLEGE
 
iStudent Management System – “Isms”
iStudent Management System – “Isms”iStudent Management System – “Isms”
iStudent Management System – “Isms”
 
IRJET- Exam Cell Automation
IRJET-  	  Exam Cell AutomationIRJET-  	  Exam Cell Automation
IRJET- Exam Cell Automation
 
Placement Management System
Placement Management SystemPlacement Management System
Placement Management System
 
Ijirstv1 i12005
Ijirstv1 i12005Ijirstv1 i12005
Ijirstv1 i12005
 
IRJET- Searching Admission Methodology(SAM): An Android Based Application...
IRJET-  	  Searching Admission Methodology(SAM): An Android Based Application...IRJET-  	  Searching Admission Methodology(SAM): An Android Based Application...
IRJET- Searching Admission Methodology(SAM): An Android Based Application...
 
Automated Placement System
Automated Placement SystemAutomated Placement System
Automated Placement System
 
IRJET- E-Attendance Manager: A Review
IRJET-  	  E-Attendance Manager: A ReviewIRJET-  	  E-Attendance Manager: A Review
IRJET- E-Attendance Manager: A Review
 
CV INSPECTION USING NLP AND MACHINE LEARNING
CV INSPECTION USING NLP AND MACHINE LEARNINGCV INSPECTION USING NLP AND MACHINE LEARNING
CV INSPECTION USING NLP AND MACHINE LEARNING
 
METandance: A Smart Classroom Management And Analysis
METandance: A Smart Classroom Management And AnalysisMETandance: A Smart Classroom Management And Analysis
METandance: A Smart Classroom Management And Analysis
 
IRJET- Secure Pinboard Information Shared By Sha-Algorithm
IRJET- Secure Pinboard Information Shared By Sha-AlgorithmIRJET- Secure Pinboard Information Shared By Sha-Algorithm
IRJET- Secure Pinboard Information Shared By Sha-Algorithm
 
IRJET- Android Application for Training and Placement Cell using Machine ...
IRJET-  	  Android Application for Training and Placement Cell using Machine ...IRJET-  	  Android Application for Training and Placement Cell using Machine ...
IRJET- Android Application for Training and Placement Cell using Machine ...
 
IRJET - Campus Suite
IRJET  -  	  Campus SuiteIRJET  -  	  Campus Suite
IRJET - Campus Suite
 
INSTITUTE CRM AND ERP SYSTEM
INSTITUTE CRM AND ERP SYSTEMINSTITUTE CRM AND ERP SYSTEM
INSTITUTE CRM AND ERP SYSTEM
 

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 STRUCTUREIRJET 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 CharacteristicsIRJET 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 ADASIRJET 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 ProIRJET 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 SystemIRJET 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 bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET 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 DesignIRJET 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

MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxhumanexperienceaaa
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 

Recently uploaded (20)

Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 

IRJET- NIE Placements: An Automated Application for Android Users

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 4023 NIE Placements: An Automated Application for Android Users Sharanya N1, Priyanka S. Nair2, Shilpa N. Hipparagi3, Rashmi D4 1,2,3,4UG Students, Dept. Of Information Science and Engineering, The National Institute of Engineering, Mysuru, Karnataka, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - NIE Placements application is designed to automate the existing placement system in NIE. The application allows the authenticated students to upload the CV, get notifications through SMS/Emails about companies visiting the campus for recruitment using the Naive Bayes classification algorithm, apply for the job based on the eligibility criteria, use discussion forum to ask questions related to placements and companies and avail the training materials provided in the application. For storing and retrieving data, a backend service called Firebase is used. Academic faculty can obtain the department wise list of students placed to update the attendance status of the students. Key Words: Automate, CV, Firebase, NIE, TPO. 1. INTRODUCTION Mobile devices these days have gradually become more powerful and distributive, influencing the daily lives on a large scale. Android, a trending operating system powering smartphones and tablets, has proven to be one of the best mobile based application development platforms[1], provides the developers with the methods of communication for software components called Application Programming Interface(APIs) and tools for the development of Android applications[2]. This led to design a unique Android based application for Training and Placement Office (TPO). NIE Placements is an automated Android application designed for the Training and Placement division of The National Institute of Engineering (NIE). It is an application that can be accessed by students and academic faculties of NIE with mandatory registration to the application. The TPO staff is the administrator and has its own login module to manage the application such as providing details about upcoming companies, their criteria for recruitment, adding the list of students placed, sending notifications to students and providing the training schedules. Students of NIE can use this application for uploading their information in the form of Curriculum Vitae (CV) and get notifications to their phones about upcoming companies for hiring through Short Message Service (SMS) or Emails. The application uses Naive Bayes classification algorithm which is one of the most effective methods in the field of text classification [3]. It is computationally fast in making decisions [4] and simple yet optimal algorithm to provide accurate results [5]. Academic faculties of NIE can use this application to obtain the list of students placed according to their respective departments for updating the attendance status of the students. All the information regarding the TPO is stored in the Firebase database[6], a backend service which is scalable and lightweight and where the applications can be hosted for free[7]The main purpose of designing this application is to automate the existing system of TPO at NIE. All the notifications regarding the placement process will be able to check the details of the companies visiting NIE. 2. EXISTING SYSTEM The existing system of TPO in NIE is manual. Currently, there is no automated system used by the college, dedicated to Training and Placement division. For broadcasting notices, Google Groups are created and invitations to join the group are sent to every student willing to participate in the placement processes. The TPO division does not have a database because of which maintaining the records of the students becomes a tedious task. Also, the student details are maintained in spreadsheets and have to be updated manually every time there is a modification. Spreadsheets being less optimized lead to the duplication of details and hence the problem of data redundancy [8].Based on the eligibility criteria mentioned by the companies, the Placement Coordinators (PCs) have to identify the eligible students by searching the spreadsheets. Google Forms are sent to register for the company visiting the campus for recruitment and the responses collected are used for further placement processes [9]. Attendance status of the students will be obtained only when the TPO division sends the list of students to respective departments. Academic staff then updates the attendance status of the students participating in placement activities. However, the TPO staff sometimes may delay the process and this affects the academics. 2. PROPOSED SYSTEM The proposed design for NIE Placements is to automate the existing system of TPO. The application starts with a splash screen showing the college logo lasting for 3 seconds and then directed to the user registration/login page which is mandatory for all the user to access the application. The fields for registration are authorized University Seat Number (USN) for students and Faculty ID
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 4024 for the academic staff, Email ID and password. Once registered, students have to upload the CV and further can start using the application. For logging in to the application the users can use the authorized Email ID and password. The important notifications regarding company recruitment and training schedules will be sent to students through SMS or Emails. Modules in the NIE Placements application include: 1. About Us: This module contains information about Vision and Mission of the TPO division, Training Culture, Placement Statistics till date, Companies Visited section that contains the list of companies that have visited the NIE campus and contact information of TPO. 2. Achievements: This module gives information about the achievements of the TPO division such as the number of students placed through campus recruitment in the last five years, companies that visit the campus including dream, core and mass companies. 3. Discussion Forum: This module contains a Frequently Asked Questions (FAQ) section which includes questions regarding the placement process and a chat room for current students and alumni through which information regarding placement and companies can be exchanged. 4. Company Specific Training (CST) materials: This module consists of five sections which includes links for reference books to prepare for the online or pre-interview tests and recently asked company specific coding questions. Also, materials for technical interviews, puzzles, HR and Managerial interviews. The module also includes a section for company specific preparation such as Cisco, Amazon, SAP and many more. 5. News Feed: This module contains four sections which includes Training Schedule section for giving information about training sessions and workshops for placement preparation, Companies Visited section that gives list of companies that have visited NIE in the current academic year, Upcoming Companies section to give information about the companies that will be visiting the campus and apply to the job if the students are eligible and Department wise list of students placed section for the academic staff to obtain the list of students placed for updating the attendance status of students. 6. Logout: A logout module to sign-out from the application and further page redirects to the login page if the user wishes to continue using the application. All these modules are supervised by the TPO staff (as administrator) and the staff has authentication and authorization to modify the contents of the application. The administrator will have the right to add or delete a user to access the application. The eligibility of students is finalized based on the CV submitted by using Naive Bayes classification algorithm. Firebase is used as a backend service for this application. The user information is stored in the Authentication module when a user registers and administrator can also add a user directly from the console. The CVs collected from the students are stored in Database module of Firebase in the form of JSON data. CST materials in the application are stored in the Storage module which can be accessed easily as it will be stored on cloud storage. The number of users using the application can be obtained by the Analytics module which also offers the statistics of their usage. The following figure Fig.1 shows the process of converting unstructured data into structured data by using Naive Bayes Classification algorithm and does pattern matching with the company criteria provided. This classification algorithm decides about which class the input document (CV) has to be assigned using the probabilities obtained from the company criteria. It analyzes the relationship between the words in CV and company criteria and then available results are collected using calculations based on Bayes’ theorem and are assigned to the respective classes. The process uses CV as the input and sends notification to students through SMS or Emails as output. Fig -1: Model of the classification process The intention of the proposed system is to automate the existing system of TPO in a cost effective method and introduce new features which can ease the process of TPO division. 3. CONCLUSIONS In the existing system, every work is done manually which takes a lot of time and is subjected to error. Also, there is
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 4025 no automation for searching student records and updating the details. Thus, the design for NIE Placements can help in improving the disadvantages in the existing system and can automate the same to save time and human effort. ACKNOWLEDGEMENT It is my immense pleasure to present the paper on “NIE Placements: An Automated Application for Android Users”. I wish to express my sincere gratitude to Dr. G. Ravi, Principal, NIE and Dr. K. Raghuveer, HOD, Department of Information Science and Engineering (ISE), NIE for providing us an opportunity to work on the application. I sincerely thank Mr. Pradeep Kumar H. S., Guide and Mrs. Mayura D. Tapkire, Co-Guide, Department of ISE, NIE for their guidance and encouragement in carrying out this work. REFERENCES [1] Jianye Liu, Jiankun Yu, “Research on Development of Android Applications”, Fourth International Conference on Intelligent Networks and Intelligent Systems, 2011 IEEE, DOI 10.1109/ICINIS.2011.40 [2] https://en.wikipedia.org/wiki/Application_programm ing_interface [3] Vidhya. K. A., G. Aghila, “A Survey of Naive Bayes Machine Learning approach in Text Document Classification”, International Journal of Computer Science and Information Security, Vol.7, No.2, 2010, ISSN: 1947-5500. [4] P.N. Tan, M. Steinbach, V. Kumar, Introduction to Data Mining, Addison Wesley Publication, 2006. [5] Ahmad Ashari, Iman Paryudi, A Min Tjoa, “Performance Comparison between Naive Bayes, Decision Tree and k-Nearest Neighbor in Searching Alternative Design in an Energy Simulation Tool”, International Journal of Advanced Computer Science and Applications, Vol.4, No.11,2013. [6] https://en.wikipedia.org/wiki/Firebase. [7] Navdeep Singh, “Study of Google Firebase API for Android”, International Journal of Innovative Research in Computer and Communication Engineering, Vol.4, Issue 9, September 2016, ISSN: 2320-9801. [8] https://www.techwalla.com/articles/the-advantages- of-databases-over-spreadsheets. [9] https://people.engr.ncsu.edu/sesmith5/publications/ HG13_ISSOTL.pdf. [10] Nilesh Rathod, Seema Shah, Kavita Shirsat, “An Interactive Online Training and Placement System”, International Journal of Advanced Research in Computer Science and Software Engineering, Volume 3, Issue 12, December 2013,ISSN: 2277-128X. [11] https://developer.android.com/guide/index.html.