Skip to content

Website for display of IPU results for CSE batch of 2016.

Notifications You must be signed in to change notification settings

sharatsachin/ipresultss-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ipuresultss website hosted on Heroku

The inspiration

This project was born out of necessity, the need to be view and check marks and ranks of IPU students. Every semester, results for various courses at IPU are released in the form of clunky PDF's that look as follows.

Looking at the pdf, it is impossible to tell at a clange the marks and percentages of the students, as well as check ranklists. This website was created to simplify that.

My first attempt at solving this was creating code to solve the problem at a limited stage, simply for my own class. I could copy and paste text from the section of the pdf containing my class, and simply save it in an input file to generate the results.

Here is my first attempt at solving the problem.

The problem with this code was that it only showed the percentages and ranks, but did not display the individual subjects. Also this code was not portable, as specific variable values such as the credits for each subject had to be changed manually to accurately calculate marks for various courses and streams.

This leads to my second attempt at solving the problem, a full fledged website that displayed the results of the student in an elegant way. Also, it does not need to be modified for different pdfs and courses, it works for all of them.

Here is my second attempt at writing a script to extract useful data from the pdf dump, with the live version of the website hosted on Heroku

Here is a screenshot of the results page.

About

Website for display of IPU results for CSE batch of 2016.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published