<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="academic/academic.xml"?>

<!--
    Document   : david.xml
    Created on : February 27, 2005, 1:24 AM
    Author     : David Sher
    Description:
        Demonstrate simple academic XML 
-->

<page 
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:noNamespaceSchemaLocation="academic/academic.xsd"
    backgroundColor="White" font="Comic Sans Serif, Arial"
    background="http://www.matcmp.ncc.edu/~sherd/Applets/Calclet/precalculus_games_files/darts.gif"
>
    <name>Precalculus Tools</name>
    <entry ><item popup='true' height='200' width='700'>
        <name>Calculator and Function Evaluator</name>
        <display>
                    <appletHolder width="600" height="30" codebase="classes"
                     code="precalc.Calculator.class" archive="everything.jar"></appletHolder> <br />
                    <appletHolder width="600" height="30" codebase="classes"
                     code="precalc.FunEval" archive="everything.jar"></appletHolder><br />
                    &lt;-' does previous calculation. '-&gt; does following calculation. <br />
                    <table width="100%">
                     <tbody>
                        <tr>
                     <th align="left">Symbol</th>
                      <th align="left">Meaning</th>
                     </tr>
                      <tr>
                     <td>pi</td>
                      <td>3.141592...</td>
                     </tr>
                      <tr>
                     <td>e</td>
                      <td>2.718...</td>
                     </tr>
                      <tr>
                     <td>sin</td>
                      <td>Sine function</td>
                     </tr>
                      <tr>
                     <td>cos</td>
                      <td>Cosine function</td>
                     </tr>
                      <tr>
                     <td>tan</td>
                      <td>Tangent function</td>
                     </tr>
                      <tr>
                     <td>asin</td>
                      <td>arc sine function</td>
                     </tr>
                      <tr>
                     <td>acos</td>
                      <td>arc cosine function</td>
                     </tr>
                      <tr>
                     <td>atan</td>
                      <td>arc tangent function</td>
                     </tr>
                      <tr>
                     <td>exp</td>
                      <td>e to the power</td>
                     </tr>
                     <tr>
                     <td>log</td>
                      <td>Logarithm base e</td>
                     </tr>
                     <td>exp10</td>
                     <tr>
                      <td>10 to the power</td>
                     </tr>
                     <td>log10</td>
                     <tr>
                      <td>Logarithm base 10</td>
                     </tr>
                     <tr>
                     <td>abs</td>
                      <td>Absolute value</td>
                     </tr>
                      <tr>
                     <td>sqrt</td>
                      <td>Square Root</td>
                     </tr>
                      <tr>
                     <td>toDegrees</td>
                      <td>Translate radians to degrees</td>
                     </tr>
                      <tr>
                     <td>toRadians</td>
                      <td>Translate degrees to radians</td>
                     </tr>

                      </tbody>
                    </table>
        </display>
    </item></entry>
    <entry ><item   >
        <name>Graph Paper</name>
        <display>         
                <center> 
                Click on the graph paper to add or remove points.              
                Enter functions in <font color="blue">blue</font> <font color="red">red</font> and <font color="brown">yellow</font> formula text            
                box labeled <b>2m)</b>.  Points are displayed in area <b>2d</b> and you can add and change points in this area.  You can            
                also change the names of the independent and dependent variable by editing area <b>2d</b>.            
                </center>                        
                <br />            
                <appletHolder	name="Graph Paper" code="data.DataHTML" align="middle" codebase="academic" 
                				archive="everything.jar,data.jar" height="1800" width="800"
                				showSource='true' editData='true' editGraph='true' data=' x y  ' 
                				models='5'	minX='-10' maxX='10' minY='-10' maxY='10'
                >
                    <PARAM NAME="showSource" VALUE="true" />
                    <PARAM NAME="editData" VALUE="true" />
                    <PARAM NAME="editGraph" VALUE="true" />
                    <PARAM NAME="data" VALUE=" x y  " />
                    <PARAM NAME="name" VALUE="Graph Paper" />
                    <PARAM NAME="models" VALUE="5" />
                    <PARAM NAME="minX" VALUE="-10" />
                    <PARAM NAME="maxX" VALUE="10" />
                    <PARAM NAME="minY" VALUE="-10" />
                    <PARAM NAME="maxY" VALUE="10" />
                </appletHolder>  
        </display>
    </item></entry>
    <entry><item>
        <name>Stock Modeler</name>
        <display>
            <p>  <font face="Times, Arial, Helvetica"> The Stock data display    
            can be started by entering a stock symbol in the textfield (2d).
            If you do not know the symbol for the company you want then you
            can click on the list of choices (4d) and choose <a href="http://finance.yahoo.com/l">
            Look up symbol from Yahoo</a> = 
            </font></p>
            <p>  <font face="Times, Arial, Helvetica">
            Once you have a correct symbol entered you can click 
            on the enter stock button (1d) or just hit enter in the
            text field.  The closing prices for the stock in 12
            selected months will appear in the display (3d).  
            </font></p>
            <p>  <font face="Times, Arial, Helvetica">
            You can select other stock statistics like opening prices
            or volume from the list (4d).  You can also get the current
            price of the stock and a chart of its recent behavior by
            selecting chart for stock from the list in (4d).
            </font></p>
            <p> <font face="Times, Arial, Helvetica"> After graphing the data you can
            model it with a function  in field (2m) and either hit enter or click on
            the enter  function button (1m).  A report on the difference between  the
            function and the button at each point will appear  in report area on the
            bottom and the total of the errors   at each point appears in the total error
            field (3m).  </font>  </p>
            <appletHolder codebase="http://polar.ncc.edu/~sherd/Applets/Calclet/classes" code="data.StockDataGraph"
             archive="http://polar.ncc.edu/~sherd/Applets/Calclet/classes/everything.jar,http://polar.ncc.edu/~sherd/Applets/Calclet/classes/data.jar" name="DisplayGraph" width="600" height="500"
             hspace="0" vspace="0" align="middle">    
              </appletHolder><!--msthemeseparator--> 
        </display>
    </item></entry>
    <entry><item>
        <name>Stock Modeler with 3 models</name>
        <display>
            <p>  <font face="Times, Arial, Helvetica"> The Stock data display    
            can be started by entering a stock symbol in the textfield (2d).
            If you do not know the symbol for the company you want then you
            can click on the list of choices (4d) and choose <a href="http://finance.yahoo.com/l">
            Look up symbol from Yahoo</a>  
            </font></p>
            <p>  <font face="Times, Arial, Helvetica">
            Once you have a correct symbol entered you can click 
            on the enter stock button (1d) or just hit enter in the
            text field.  The closing prices for the stock in 12
            selected months will appear in the display (3d).  
            </font></p>
            <p>  <font face="Times, Arial, Helvetica">
            You can select other stock statistics like opening prices
            or volume from the list (4d).  You can also get the current
            price of the stock and a chart of its recent behavior by
            selecting chart for stock from the list in (4d).
            </font></p>
            <p> <font face="Times, Arial, Helvetica"> After graphing the data you can
            model it with a function  in field (2m) and either hit enter or click on
            the enter  function button (1m).  A report on the difference between  the
            function and the button at each point will appear  in report area on the
            bottom and the total of the errors   at each point appears in the total error
            field (3m).  </font>  </p>
            <appletHolder codebase="http://polar.ncc.edu/~sherd/Applets/Calclet/classes" code="data.MultiStockDataGraph"
             archive="http://polar.ncc.edu/~sherd/Applets/Calclet/classes/everything.jar,http://polar.ncc.edu/~sherd/Applets/Calclet/classes/data.jar" name="Stock Multi Modeler" width="600" height="1000"
             hspace="0" vspace="0" align="middle">    
            </appletHolder><!--msthemeseparator--> 
        </display>
    </item></entry>
    <entry><item>
        <name>Function Combinations</name>
        <display>
            Graphs up to 5 
            functions simultaneously in rectangular coordinates, allowing definitions of one 
            function in terms of others. 
            <CENTER><A 
            href="http://cs.jsu.edu/mcis/faculty/leathrum/Mathlets/combine.html#instr">How 
            to use</A> ||<A 
            href="http://cs.jsu.edu/mcis/faculty/leathrum/Mathlets/combine.html#examples">Examples</A> 
            || <A 
            href="http://cs.jsu.edu/mcis/faculty/leathrum/Mathlets/combine.html#other">Other 
            Notes</A> </CENTER>
            <A name='applettop'></A><APPLETHOLDER height='375' width='700' 
            archive="combine.jar, mathlets2.jar, locales.jar" code='CombineFunctions.class' codebase='http://cs.jsu.edu/mcis/faculty/leathrum/Mathlets/'
            name='cmb'></APPLETHOLDER> 

        </display>
    </item></entry>
    <entry backgroundColor='cyan' fontSize='14pt'><item>
        <name>From International Education Software</name>
        <html>From <a href='http://www.ies.co.jp/math/indexeng.html'><img src="http://www.ies.co.jp/math/products/trig/applets/ies.gif" height='87' width='260' alt='International Education Software' /></a></html>
    </item></entry>
    <entry><item>
        <name>Sine Demo</name>
        <link>http://www.ies.co.jp/math/java/trig/graphSinX/graphSinX.html</link>
    </item></entry>
    <entry><item>
        <name>Cosine Demo</name>
        <link>http://www.ies.co.jp/math/java/trig/graphCosX/graphCosX.html</link>
    </item></entry>
    <entry><item>
        <name>Circle Demo</name>
        <html><a href='http://www.valdosta.edu/~cbarnbau/math_demos_folder/unit_circle/circ0.html' target='_blank'>Circle Demo</a> from <a href='mailto:cbarnbau@valdosta.edu'>Dr. Cecilia Barnbaum</a></html>
    </item></entry>
    <entry backgroundColor='cyan' fontSize='14pt'><item>
        <name>From Dr. Philippe B. Laval, at Kennesaw State University</name>
        <html>From <a href='mailto:plaval@kennesaw.edu'>Dr. Philippe B. Laval</a>, at <a href='http://science.kennesaw.edu/%7Eplaval'>Kennesaw State University</a></html>
    </item></entry>
    <entry><item>
        <name>Rational Functions Demo</name>
        <link>http://www.wtamu.edu/academic/anns/mps/math/mathlab/col_algebra/col_alg_tut40_ratgraph.htm</link>
    </item></entry>
     <entry><item>
        <name>Sine Transform Demo</name>
        <display>
            <h1>Role of a,b,k and c in y = a + b sin(k(x-c))</h1>

            <appletHolder ARCHIVE="TrigSin.jar" CODE="TrigSin" WIDTH='330' HEIGHT='390' codeBase='http://science.kennesaw.edu/~plaval/applets'> </appletHolder>
            <p>
            The purpose of this applet is to illustrate how the values of a, b, c and k affect the graph of the sine function. It is supposed to function as follows:</p>
            <p>
            Use the scroll bar to change the values of a, b, k and c. The graph of the sine function should change as these values change. The value of each parameter to the left of the scroll bar should also be updated. The changes should happen as follows:
            </p>
            <ul>
               <li> Changing a will move the graph up or down by |a| units.</li>

               <li> Changing b will change the amplitude (thus the range).</li>
               <li> Changing k affects the period. The period is 2 pi / k.</li>
               <li> Changing c will cause the graph to be shifted left or right by |c| units.</li>
            </ul>
          </display>
    </item></entry>
    <entry><item>
        <name>Cosine Transform Demo</name>
        <display>
            <h1>Role of a,b,k and c in y = a + b cos(k(x-c))</h1>
            <appletHolder ARCHIVE="TrigCos.jar" CODE="TrigCos" WIDTH='330' HEIGHT='390' codeBase='http://science.kennesaw.edu/~plaval/applets'> </appletHolder>
            <p>
            The purpose of this applet is to illustrate how the values of a, b, c and k affect the graph of the cosine function. It is supposed to function as follows:</p>

            <p>
            Use the scroll bar to change the values of a, b, k and c. The graph of the cosine function should change as these values change. The value of each parameter to the left of the scroll bar should also be updated. The changes should happen as follows:
            </p>
            <ul>
               <li> Changing a will move the graph up or down by |a| units.</li>
               <li> Changing b will change the amplitude (thus the range).</li>
               <li> Changing k affects the period. The period is 2 pi / k.</li>

               <li> Changing c will cause the graph to be shifted left or right by |c| units.</li>
            </ul>
        </display>
    </item></entry>
    <after>      <h2 align="center"> Copyright <appletHolder archive="academic/everything.jar"
         code="talk.Copyright" name="Copyright" width="30" height="30"> </appletHolder> 
         David B. Sher 2004
      </h2></after>
</page>

