Paper 2
Paper 2
Abstract— Performance Appraisal is the process of evaluating employee contributes to the organizational growth as well as
the performance of employees, sharing this evaluated his/her career growth. [1]
information with them and discovering new possibilities to
A performance appraisal or, also known to be performance
improve them. review and performance evaluation- is a method by which
The proposed “Comprehensive Faculty Appraisal and work performance of an individual is recorded, analyzed
Development Using Data Analytics and Visualization” can serve
and evaluated in order to track his/her periodic growth. This
appraisal process takes place periodically to ensure a regular
as all in one data evaluation, report generation and data analysis check over the performances of employees and the
system with a promising audience. By using a web based organization as a whole. Also it helps estimate, how near or
far is an organization is from realizing its vision and
application for performance appraisal, the current appraisal
mission. The way in which the performance of an employee
system can be extended into a simpler, easier and more accurate is progressed in an organization determines the probable
performance appraisal system. success or failure of the organization. Thus, improving the
performance of every employee should be amongst the top
To create a comprehensive faculty appraisal system to digitize
most priorities of any modern-day organization.
and automate the process of data entry, reduce the time intended
in doing all the manual processes involved, provides easy Some important motives of a performance appraisal system
are improving employee performance, terminating an
handling, recording and retrieval of records, reduce the
employee’s contract, deciding a promotion or demotion,
resources allotted for the multiple copies of the evaluation form, validating an employee’s skills, and more. While there are
increases the confidentiality and credibility of data and improve many potential benefits of performance appraisal, there are
also a few hitches. For example, a performance appraisal
the accuracy and efficiency of the current performance appraisal
may result in a legal conflict if not executed appropriately,
system. because a lot of employees may not accept appraisal system
procedures.
Keywords— performance appraisal; faculty appraisal; data
analytics; data visualization. The main reason behind using the performance appraisals is
the improvement of employee performance, firstly at an
I. INTRODUCTION employee level and then at an organizational level. Other
Every individual working in an organization has to undergo secondary reasons include as a development in research, to
find a need of training and create personal objectives for
a very crucial process of appraisal system to attain
training, to help with communication as a means of
individualistic as well as organizational excellence. A documentation to help in keeping a record of decision
faculty system is attributed to many ways in which an
C. Front End
The Front end of the application consists of the web
application which contains the faculty appraisal forms. A
faculty member has to log into his/her account first to access
these forms. After logging in, the user has to give input values
for various fields. With the help of server side scripting,
Figure 3:360- Degree Feedback calculated values will be displayed accordingly which means
that the user need not worry about calculations. The System
Administrator has the power to allow or deny access to
II. PROPOSED SYSTEM particular files on the website. This is done with the help of
the Website Administrator Tool. The data generated after
The proposed system for the Faculty Appraisal filling the forms is then stored in the MSSQL Server.
System is a web based application which can be accessed by
the faculty over the internet. This application will take care of D. Back End
capturing the appraisal data and sending it to the cloud for
further analysis. This web application will be created using The MS SQL Server forms a part of the back end of the
Microsoft Visual Studio 2017 in the form of .aspx web pages. system, the other part being the Microsoft Azure Cloud
This will basically form a website which will later be Services. The data stored in the MS SQL Server is sent to the
deployed on the internet using the Microsoft Azure Web Azure Cloud where it can further be processed. Azure
Publishing tool. The application architecture is mainly divided provides various data analytics and visualization services
into two parts viz. Front-end and Back-end. which prove very useful in evaluating the generated data. This
data is then sent back to the MS SQL Server which in turn
A. System Requirements generates a report about their performance appraisal.
B. System Framework
General framework of The Comprehensive Faculty Appraisal
and Development System with Data Analytics and Data
Visualizationsystem is illustrated in Fig. 5. Figure 4: System Architecture
Principal Form
Dean Form
Associate Professor
Teaching Staff Form
Form
Database Creation
Assistant Professor C. Database Designing and Connectivity
Form
Forms and Database
Connectivity
Non Teaching Staff
To ensure smooth data transactions in the system, it was
Technical Staff Form
Form necessary to select the right database management system. The
Data Analysis Microsoft SQL database was chosen because it provided
perfect compatibility with the .aspx Web Forms. Since MS
Data Visualization SQL Database is a relational database, it was easier to design
the table schemas with the appropriate data types for different
attributes.
Figure 5: Module Design
B. User Interface Design This was done with the help of the following commands:
cmd= New SqlComand(sqlstring, myconn)
The user interface has been designed with the help of cmd.ExecuteNonQuery()
Microsoft Visual Studio. The interface is in the form of web
pages programmed using ASP.NET, Visual Basic and C#. The
primary criterion considered during user interface designing E. Data Visualization and Analytics
was to keep the web forms simple, easy to understand and Sometimes it becomes fairly difficult to view data as tables.
validated. Hence, with the help of different data visualization methods
System.Web.UI.Page: It represents an .aspx file, also known such as, Pie charts, bar graphs, line graphs, etc. it becomes
as a Web Forms page, requested from a server that hosts an easier to understand the data. Once the data is stored in the
ASP.NET Web Application. database, we can analyze this data to generate results for user
specific queries. For example, classification can be carried out
to classify or assign a grade to the user based on the
marks/score obtained.
A. Login Form
B. Academics Form
VII. REFERENCES