<?php
      
//Ian Bugeja 2005
?>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>

<head>
        <title>AHNAR Help</title>
        <link rel="stylesheet" href="ahnarstyle.css">
</head>

<body class="ahnarbody">
        <h1 class="ahnarlarge">AHNAR Help&nbsp;
        <span class="ahnarmedium" style="text-align: right">[<a href="/">Home</a>]</span>
        <hr style="color:white"></h1>

        <table class="ahnartable">
        <tr>
        <td>
                <p>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.</p>

                <p>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.</P>

                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.<br>
                <img src="helphead.gif" alt="AHNAR Header">
                <br>These are described below:
                <br>
                <table class="ahnarhelptable">
                <tr class="ahnarhelptable">
                <th class="ahnarlinebelow">&nbsp;Command&nbsp;&nbsp;&nbsp;</th> <th class="ahnarlinebelow">&nbsp;Description</th>
                </tr>

                <tr>
                <td class="ahnarhelptable">See Also</td> <td class="ahnarhelptable">Displays a Google search according to the search topic. This feature is available starting off from the 3rd page the user visits in a particular session.</td>
                </tr>

                <tr>
                <td class="ahnarhelptable" >Bookmark</td> <td class="ahnarhelptable">Bookmarks the Current Page. The bookmark will promote the page contents to as important. Please not that the bookmark will not use AHNAR as a gateway.(This feature only works under Microsoft Internet Explorer.)</td>
                </tr>

                <tr>
                <td class="ahnarhelptable">Correct</td> <td class="ahnarhelptable">Corrects the Guessed Keywords. The User is requested to select the keywords that are wrong according to the topic.</td>
                </tr>

                <tr>
                <td class="ahnarhelptable">Negative</td> <td class="ahnarhelptable">Treat page as a bad link...and go back to previous visited page. Page contents will be treated as negative to the topic.</td>
                </tr>

                <tr>
                <td class="ahnarhelptable">Reset</td> <td class="ahnarhelptable">Stop Browsing, resetting the Session to start Browsing a new topic</td>
                </tr>

                </table>

        </td>
        </tr>
        <tr><td>&nbsp;</td></tr>
        <tr><td>

        <b>Suggested Links:</b><br>
        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.
        </td></tr>
        <tr><td>&nbsp;</td></tr>
        </table>

        <br>
        <i>&copy; Ian Bugeja 2005 - University of Malta CSA3004</i>
</body>

</html>