|
AHNAR is a system to assist people while browsing on the www. This is done by having the least possible interaction between AHNAR and the user. AHNAR will point out the links which are worth following. These links will be preceded with a yellow, green or red arrow. Together with this AHNAR provides a list of See Also links obtained from a search engine. AHNAR works by trying to guess the user's topic by inspecting the words in the page and computing out the most popular terms. These evolve as the user browses from page to page and are used to pick out the most important links. While browsing with AHNAR each page will be added with an AHNAR header at the top which would contains all the commands/features present in AHNAR.
These are described below:
|
||||||||||||
|
Suggested Links: Suggested links are preceded by the require_once "AHNAR_Tools.php"; echo AHNAR_Tools::getArrow(1); ?> arrow. The Green Arrow echo AHNAR_Tools::getArrow(0); ?> indicates that the link points to some point in the same page while the Red Arrow echo AHNAR_Tools::getArrow(2); ?> indicates that the link points to something more in-depth about that story/topic. The Yellow Arrow is a general link and does not specify anything but simply indicates that the link might be worthwhile following. AHNAR starts suggesting from the 3rd page of a particular session. This is due to the fact that AHNAR needs to figure out the topic the user is interested in. | ||||||||||||