CSC 207 Assignment3

CSC 207 Assignment3

Due date: 9th August 2015 @ 11:59pm

Welcome to the final CSC 207 programming assignment. You are free to use any IDE that you

wish. This assignment is intended to help you practice basic Java Programming skills, navigate

a bit of Java API and understand regular expressions better.

The main problem statement is more of a text analysis and you will learn how to read the

contents of a webpage by building a Java application. The assignment requires you to write a

program, which reads and analyzes the contents of the Google Scholar Page of an author.

Google Scholar is a freely accessible web search engine that indexes the full text of scholarly

literature across an array of publishing formats and disciplines. For this assignment, you need to

extract information from the Google Scholar publication page of a number of authors. The

format of the link towards the Google Scholar publication page of an author would be like:

http://scholar.google.ca/citations?user=X

where X is the user id

Leave a Reply

Your email address will not be published. Required fields are marked *