Project Topics

www.seminarsonly.com

Engineering Projects

Published on Nov 30, 2023

Abstract

This project deals with the parsing application developed in asp for the resumes received through emails. Most of the organizations expect the resumes to be sent through Emails. When a company is giving a requirement and requires the resumes to be sent in mails, the company receives thousands of resumes.

The program persisting here is, its very difficult for the Manager or the concerned authorities to go through each and every parameter of the resumes and then select the candidates, for the interview. It’s also a time consuming process. Difficulties Arising On receiving and going through each and every email resume:

1. Time Consumption (Every email resume has to be read carefully and then selected)

2. Memory Management Inefficiency

3. The authority should be online to see the resumes, henceunnecessary usage of resources.

To eliminate all the above difficulties software is created, when the resume is received through emails, can be parsed through as ASP code. A user interface screen will be given where the authority concerned will just choose the requirement and based on the requirement those resumes that are matching would be selected.

MODULES

The following modules are used in the proposed system

• HTML RESUME SUBMITTER

• TEXT CONVERTER

• PARSER

• MANAGER USER INTERFACE

• SENDING MAILS

• REPORTS