Main.TAPoRwareToolBar (r1.1 vs. r1.10)
Diffs

 <<O>>  Difference Topic TAPoRwareToolBar (r1.10 - 17 Oct 2007 - ShawnDay)

META TOPICPARENT TAPoRware

Analysis Tool Bar

See http://taporware.mcmaster.ca/~taporware/betaTools/Tbar.shtml
Line: 46 to 46

  • Click the tool bar to expand/collapse the tool list
  • For tools that don't need extra parameter (all parameters predefined), click the tool name to run the tool.
  • For tools that do need extra parameters, you need to fill the parameter(s) first, then click the too name to run the tool.
Changed:
<
<
  • Click the question mark at the right end of each tool, you can get help information
  • Click the button at the very bottom -- T-Bar from TAPoR, you get the help information about this tool bar.
  • Some of the tools require java1.4.2 or above plugins. You need to install th plugins to see the results.
>
>
  • Click the question mark at the right end of each tool, and you can get tool-specific help information
  • Click the button at the very bottom -- T-Bar from TAPoR and you get the help information about this tool bar.
  • Some of the tools require java1.4.2 or above plugins. You need to install these plugins to see the results.

Warning

Changed:
<
<
It was found that the TAPoRware Analysis Tool Bar' javascript conflict sometime with the javascript of the original pages. If the conflict occurs in your page, Please modify the Tool Bar code in the following ways:
>
>
It was found that the TAPoRware Analysis Tool Bar's javascript sometime conflicts with the javascript of the original pages. If this occurs in your page, please modify the Tool Bar code in the following ways:

Changed:
<
<
  • Remove all the blank line (wiki will replace blank line with <p> tags).
>
>
  • Remove all the blank lines (wiki will replace blank line with <p> tags).

  • Add <!-- <pre> immediately below the <script> and <style> open tags and add // </pre> --> immediately above the </script> and </style> close tags
Changed:
<
<
For some case, if the floating Tool Bar refuses to floating, we suggest you to use the non-floating version.
>
>
If the floating Tool Bar refuses to float, we suggest you to use the non-floating version.

Known Bugs


 <<O>>  Difference Topic TAPoRwareToolBar (r1.9 - 23 Mar 2007 - LianYan)

META TOPICPARENT TAPoRware

Analysis Tool Bar

See http://taporware.mcmaster.ca/~taporware/betaTools/Tbar.shtml
Line: 10 to 10

<!-- Start Analysis Toolbar Script --> <!-- This was developed by Lian Yan and Geoffrey Rockwell as part of the TAPoRware project. See http://taporware.mcmaster.ca or http://tada.mcmaster.ca/edit/Main/TAPoRwareToolBar for documentation. -->
Deleted:
<
<
<!-- Tool starts from here. -->
   Analysis Tool Bar  +
<!-->/td<&/tr>
--> <!-- The following form is a parameter holder which allows user to fill. These are element (tag) name along with its attribute name and value (must be entered in pairs) that your interested text sit in. If your site is designed as separate CONTAINERS, for example, all navigation bar is in one container ( ), and your text content is in another container (such as
and
), and you wish to analyze the text content only, change the parameter values to your desired ones. For the above example, change element's value to "div", attribute value to "class" and attrvalue value to "main_content". If your web site is not designed as CONTAINERS, you don't need to change anything here. It has been pre-set to "boby", i.e. entire page. -->

The object of the Analysis Tool Bar is to provide the HTML document owners a easy way to use TAPoRware tools on their sites.

 <<O>>  Difference Topic TAPoRwareToolBar (r1.8 - 23 Jan 2007 - LianYan)

META TOPICPARENT TAPoRware

Analysis Tool Bar

See http://taporware.mcmaster.ca/~taporware/betaTools/Tbar.shtml
Line: 7 to 7

Description

Deleted:
<
<
The object of the Analysis Tool Bar is to provide the HTML document owners a easy way to use TAPoRware tools on their sites.

This tool combines almost all the available TAPoRware HTML tools into a expandable tool bar with many parameters predefined to fit most user's needs (for predefined parameter values, please click the ? symbos at the right end of each tool for details). Site owners can easily put the tool bar in their html pages. Then users can use the TAPoRware HTML tool set to analyze the pages directly while they are visiting the pages.

Ways of Using

For Site Owner

The best way to use the tool bar is to put it into a dynamically generated document page.

If all your pages are static, save the tool bar source code in a separate file, then use Server Side Include (SSI) or other script include directive to import the code to your pages.

To use the tool bar, you can copy and paste the code into a pair of block level HTML tags. The entire tool bar code is contained in a pair of table tags. The default location of the tool bar is floated to the top-left corner of the block. It is implemented by inline css code inside the table: style="......; float:left". You can change this to float: right to put the tool bar to the top-right corner or just delete the float property and put the code in wherever you like.

Due to your own css effects, the look and feel of tool bar may different from the one you see in our site. Most of the case, this is caused by the value of padding property (attribute). To fix it, please change the width property of #tool. to a smaller value.

You can disable any tool by commenting out the individual tool button and form.

At the end of the source code, there is a form named "paramholder" with 3 hidden controls. This allows the site owners to change the values of these there parameters based on their requirements.

If your site is designed as separated CONTAINERS, for example, all navigation bar is in one container ( <div class="navigation"> </div>), and your text content is in another container (such as <div class="main_content"> and </div>), and you wish to analyze the text content only, change the parameter values to your desired ones. For the above example, change the element value to "div", the attribute value to "class" and the attrvalue value to "main_content".

If your web site is not designed as CONTAINERS, you don't need to change anything here. It has been pre-set to "boby", i.e. entire page.

For General User

  • Click the tool bar to expand/collapse the tool list
  • For tools that don't need extra parameter (all parameters predefined), click the tool name to run the tool.
  • For tools that do need extra parameters, you need to fill the parameter(s) first, then click the too name to run the tool.
  • Click the question mark at the right end of each tool, you can get help information
  • Click the button at the very bottom -- T-Bar from TAPoR, you get the help information about this tool bar.
  • Some of the tools require java1.4.2 or above plugins. You need to install th plugins to see the results.

Warning

It was found that the TAPoRware Analysis Tool Bar' javascript conflict sometime with the javascript of the original pages. If the conflict occurs in your page, Please modify the Tool Bar code in the following ways:

  • Remove all the blank line (wiki will replace blank line with <p> tags).
  • Add <!-- <pre> immediately below the <script> and <style> open tags and add // </pre> --> immediately above the </script> and </style> close tags

For some case, if the floating Tool Bar refuses to floating, we suggest you to use the non-floating version.

Known Bugs

To Do

Write tool summary and walkthrough

<!-- Start Analysis Toolbar Script --> <!-- This was developed by Lian Yan and Geoffrey Rockwell
Changed:
<
<
as part of the TAPoRware project. See <a href="http://taporware.mcmaster.ca" target="_top">http://taporware.mcmaster.ca or <a href="http://tada.mcmaster.ca/edit/Main/TAPoRwareToolBar" target="_top">http://tada.mcmaster.ca/edit/Main/TAPoRwareToolBar for documentation. -->
>
>
as part of the TAPoRware project. See http://taporware.mcmaster.ca or http://tada.mcmaster.ca/edit/Main/TAPoRwareToolBar for documentation. -->

 Analysis Toolbar    +

-- LianYan - 04 Jul 2006

 <<O>>  Difference Topic TAPoRwareToolBar (r1.5 - 11 Dec 2006 - LianYan)

META TOPICPARENT TAPoRware

Analysis Tool Bar

See http://taporware.mcmaster.ca/~taporware/betaTools/Tbar.shtml
Line: 44 to 44

  • Click the question mark at the right end of each tool, you can get help information
  • Click the button at the very bottom -- T-Bar from TAPoR, you get the help information about this tool bar.
  • Some of the tools require java1.4.2 or above plugins. You need to install th plugins to see the results.
Added:
>
>

Warning

It was found that the TAPoRware Analysis Tool Bar' javascript conflict sometime with the javascript of the original pages. If the conflict occurs in your page


Known Bugs

To Do

Write tool summary and walkthrough
Deleted:
<
<
<!-- Start Analysis Toolbar Script --> <!-- This was developed by Lian Yan and Geoffrey Rockwell as part of the TAPoRware project. See http://taporware.mcmaster.ca or http://tada.mcmaster.ca/edit/Main/TAPoRwareToolBar for documentation. -->
<!--EDIT BELOW CODE TO YOUR OWN MENU-->

<!--
    Tool starts from here.
-->
        Analysis Toolbar      +
<!--
--> <!-- The following form is a parameter holder which allows user to fill. These are element (tag) name along with its attribute name and value (must be entered in pairs) that your interested text sit in. If your site is designed as separate CONTAINERS, for example, all navigation bar is in one container ( ), and your text content is in another container (such as
and
), and you wish to analyze the text content only, change the parameter values to your desired ones. For the above example, change element's value to "div", attribute value to "class" and attrvalue value to "main_content". If your web site is not designed as CONTAINERS, you don't need to change anything here. It has been pre-set to "boby", i.e. entire page. -->
<!--END OF EDIT--> <!-- End Analysis Toolbar Script -->

-- LianYan - 04 Jul 2006

 <<O>>  Difference Topic TAPoRwareToolBar (r1.4 - 08 Dec 2006 - LianYan)

META TOPICPARENT TAPoRware
Changed:
<
<
<!-- Start Analysis Toolbar Script -->
>
>

Analysis Tool Bar

See http://taporware.mcmaster.ca/~taporware/betaTools/Tbar.shtml

Description

The object of the Analysis Tool Bar is to provide the HTML document owners a easy way to use TAPoRware tools on their sites.

This tool combines almost all the available TAPoRware HTML tools into a expandable tool bar with many parameters predefined to fit most user's needs (for predefined parameter values, please click the ? symbos at the right end of each tool for details). Site owners can easily put the tool bar in their html pages. Then users can use the TAPoRware HTML tool set to analyze the pages directly while they are visiting the pages.

Ways of Using

For Site Owner

The best way to use the tool bar is to put it into a dynamically generated document page.

If all your pages are static, save the tool bar source code in a separate file, then use Server Side Include (SSI) or other script include directive to import the code to your pages.

To use the tool bar, you can copy and paste the code into a pair of block level HTML tags. The entire tool bar code is contained in a pair of table tags. The default location of the tool bar is floated to the top-left corner of the block. It is implemented by inline css code inside the table: style="......; float:left". You can change this to float: right to put the tool bar to the top-right corner or just delete the float property and put the code in wherever you like.

Due to your own css effects, the look and feel of tool bar may different from the one you see in our site. Most of the case, this is caused by the value of padding property (attribute). To fix it, please change the width property of #tool. to a smaller value.

You can disable any tool by commenting out the individual tool button and form.

At the end of the source code, there is a form named "paramholder" with 3 hidden controls. This allows the site owners to change the values of these there parameters based on their requirements.

If your site is designed as separated CONTAINERS, for example, all navigation bar is in one container ( <div class="navigation"> </div>), and your text content is in another container (such as <div class="main_content"> and </div>), and you wish to analyze the text content only, change the parameter values to your desired ones. For the above example, change the element value to "div", the attribute value to "class" and the attrvalue value to "main_content".

If your web site is not designed as CONTAINERS, you don't need to change anything here. It has been pre-set to "boby", i.e. entire page.

For General User

  • Click the tool bar to expand/collapse the tool list
  • For tools that don't need extra parameter (all parameters predefined), click the tool name to run the tool.
  • For tools that do need extra parameters, you need to fill the parameter(s) first, then click the too name to run the tool.
  • Click the question mark at the right end of each tool, you can get help information
  • Click the button at the very bottom -- T-Bar from TAPoR, you get the help information about this tool bar.
  • Some of the tools require java1.4.2 or above plugins. You need to install th plugins to see the results.

Known Bugs

To Do

Write tool summary and walkthrough

Added:
>
>
<!-- Start Analysis Toolbar Script -->

<!-- This was developed by Lian Yan and Geoffrey Rockwell as part of the TAPoRware project. See http://taporware.mcmaster.ca or http://tada.mcmaster.ca/edit/Main/TAPoRwareToolBar for documentation. -->
Line: 5 to 54

<!-- This was developed by Lian Yan and Geoffrey Rockwell as part of the TAPoRware project. See http://taporware.mcmaster.ca or http://tada.mcmaster.ca/edit/Main/TAPoRwareToolBar for documentation. -->
Deleted:
<
<

Deleted:
<
<

Changed:
<
<
>
>



<!--EDIT BELOW CODE TO YOUR OWN MENU-->
Deleted:
<
<

Deleted:
<
<

<!-- Tool starts from here. -->

        Analysis Toolbar      +

<form id="lwform" method="post" name="lwForm" enctype="multipart/form-data" accept-charset="utf-8" action="http://taporware.mcmaster.ca/~taporware/cgi-bin/prototype/hlistword.cgi" target="_blank" style="display:inline; margin-top:0px; margin-bottom:0px;">

<!-- Concordance Tool -->

<div id="tool" onmouseover="changecolor(this)" onmouseout="colorback(this)" onclick="submitform('concordanceform')" title="click to submit">Concordance
<a href="http://tada.mcmaster.ca/Main/TAPoRwareHTMLConcordance" target="_blank">?
<form id="concordanceform" method="post" name="concordanceform" enctype="multipart/form-data" accept-charset="utf-8" action="http://taporware.mcmaster.ca/~taporware/cgi-bin/prototype/hfindtext.cgi" target="_blank" style="display:inline; margin-top:0px; margin-bottom:0px;" onsubmit="return submitform('concordanceform')">

Pattern:

<!-- Collocation Tool -->

<div id="tool" onmouseover="changecolor(this)" onmouseout="colorback(this)" onclick="submitform('collocateform')" title="click to submit">Collocation

<a href="http://tada.mcmaster.ca/Main/TAPoRwareHTMLCollocation" target="_blank">?
<form id="collocateform" method="post" name="collocateform" enctype="multipart/form-data" accept-charset="utf-8" action="http://taporware.mcmaster.ca/~taporware/cgi-bin/prototype/hcollocation.cgi" target="_blank" style="display:inline; margin-top:0px; margin-bottom:0px;" onsubmit="return submitform('collocateform')">

Pattern:

<!-- Co-occurrence Tool -->

<div id="tool" onmouseover="changecolor(this)" onmouseout="colorback(this)" onclick="submitform('cooccurform')" title="click to submit">Co-occurrence
?

<form id="cooccurform" method="post" name="cooccurform" enctype="multipart/form-data" accept-charset="utf-8" action="http://taporware.mcmaster.ca/~taporware/cgi-bin/prototype/hcooccur.cgi" target="_blank" style="display:inline; margin-top:0px; margin-bottom:0px;" onsubmit="return submitform('cooccurform')">

Pattern:
Co-pattern:

<!-- Summarizer Tool -->

<div id="tool" onmouseover="changecolor(this)" onmouseout="colorback(this)" onclick="submitform('sumform')" title="click to submit">Summarizer
?

<form id="sumform" method="post" name="sumform" enctype="multipart/form-data" accept-charset="utf-8" action="http://taporware.mcmaster.ca/~taporware/cgi-bin/prototype/hsummarizer.cgi" target="_blank" style="display:inline; margin-top:0px; margin-bottom:0px;">

<!-->input type="hidden" name="distrib" value="1"<-->

<!-- Tokenizer Tool -->

<div id="tool" onmouseover="changecolor(this)" onmouseout="colorback(this)" onclick="submitform('tokenform')" title="click to submit">Tokenizer
?

<form id="tokenform" method="post" name="tokenform" enctype="multipart/form-data" accept-charset="utf-8" action="http://taporware.mcmaster.ca/~taporware/cgi-bin/prototype/htokenize.cgi" target="_blank" style="display:inline; margin-top:0px; margin-bottom:0px;">

<!-- Date Finder Tool -->

<div id="tool" onmouseover="changecolor(this)" onmouseout="colorback(this)" onclick="submitform('dfinderform')" title="click to submit">Date Finder
?

<form id="dfinderform" method="post" name="dfinderform" enctype="multipart/form-data" accept-charset="utf-8" action="http://taporware.mcmaster.ca/~taporware/cgi-bin/prototype/hdatefinder.cgi" target="_blank" style="display:inline; margin-top:0px; margin-bottom:0px;" onsubmit="return submitform('dfinderform')">

<!-- Principal Component Analysis Tool -->

<div id="tool" onmouseover="changecolor(this)" onmouseout="colorback(this)" onclick="submitform('pcaform')" title="click to submit">Principal Components Analysis
?
<form id="pcaform" method="post" name="pcaform" enctype="multipart/form-data" accept-charset="utf-8" action="http://taporware.mcmaster.ca/~taporware/cgi-bin/prototype/tpcacluster.cgi" target="_blank" style="display:inline; margin-top:0px; margin-bottom:0px;" >

<!-- Pattern Distribution Tool -->

<div id="tool" onmouseover="changecolor(this)" onmouseout="colorback(this)" onclick="submitform('pdform')" title="click to submit">Pattern Distribution
?

<form id="pdform" method="post" name="pdform" enctype="multipart/form-data" accept-charset="utf-8" action="http://taporware.mcmaster.ca/~taporware/cgi-bin/prototype/hdistrib.cgi" target="_blank" style="display:inline; margin-top:0px; margin-bottom:0px;" onsubmit="return submitform('pdform')">

Pattern:

<!-- Visual Collocates Tool -->

<div id="tool" onmouseover="changecolor(this)" onmouseout="colorback(this)" onclick="submitform('visform')" title="click to submit">Visual Collocator
?

<form id="visform" method="post" name="visform" enctype="multipart/form-data" accept-charset="utf-8" action="http://taporware.mcmaster.ca/~taporware/cgi-bin/prototype/bviscollocator_new.cgi" target="_blank" style="display:inline; margin-top:0px; margin-bottom:0px;" onsubmit="return submitform('visform')">

Pattern:

<!-- Weighted Centroid Tool -->

<div id="tool" onmouseover="changecolor(this)" onmouseout="colorback(this)" onclick="submitform('wcform')" title="click to submit">Weighted Centroid
?
<form id="wcform" method="post" name="wcform" enctype="multipart/form-data" accept-charset="utf-8" action="http://taporware.mcmaster.ca/~taporware/cgi-bin/prototype/tweighted.cgi" target="_blank" style="display:inline; margin-top:0px; margin-bottom:0px;" >

<!-->/td<&/tr>
-->

<!-- The following form is a parameter holder which allows user to fill. These are element (tag) name along with its attribute name and value (must be entered in pairs) that your interested text sit in.

If your site is designed as separate CONTAINERS, for example, all navigation bar is in one container (

), and your text content is in another container (such as
and
), and you wish to analyze the text content only, change the parameter values to your desired ones. For the above example, change element's value to "div", attribute value to "class" and attrvalue value to "main_content".

If your web site is not designed as CONTAINERS, you don't need to change anything here. It has been pre-set to "boby", i.e. entire page. -->

<!--END OF EDIT-->

<!-- End Analysis Toolbar Script -->

Analysis Tool Bar

See http://taporware.mcmaster.ca/~taporware/betaTools/Tbar.shtml
 <<O>>  Difference Topic TAPoRwareToolBar (r1.2 - 05 Jul 2006 - LianYan)

META TOPICPARENT TAPoRware

Analysis Tool Bar

See http://taporware.mcmaster.ca/~taporware/betaTools/Tbar.shtml
Line: 9 to 9

The object of the Analysis Tool Bar is to provide the HTML document owners a easy way to use TAPoRware tools on their sites.

Changed:
<
<
This tool combines almost all the available TAPoRware HTML tools into a expandable tool bar with many parameters predefined to fit most user's need. Site owners can easily put the tool bar in their html pages. Then user can user the TAPoRware HTML tool set to analyze the pages.

History

Pseudocode

>
>
This tool combines almost all the available TAPoRware HTML tools into a expandable tool bar with many parameters predefined to fit most user's needs (for predefined parameter values, please click the ? symbos at the right end of each tool for details). Site owners can easily put the tool bar in their html pages. Then users can use the TAPoRware HTML tool set to analyze the pages directly while they are visiting the pages.

Ways of Using

For Site Owner
Changed:
<
<
You can copy and paste the following code into a pair of block level HTML tags. The entire tool bar code is contained in a pair of table tags
>
>
The best way to use the tool bar is to put it into a dynamically generated document page.

Added:
>
>
If all your pages are static, save the tool bar source code in a separate file, then use Server Side Include (SSI) or other script include directive to import the code to your pages.

Changed:
<
<
For General User
>
>
To use the tool bar, you can copy and paste the code into a pair of block level HTML tags. The entire tool bar code is contained in a pair of table tags. The default location of the tool bar is floated to the top-left corner of the block. It is implemented by inline css code inside the table: style="......; float:left". You can change this to float: right to put the tool bar to the top-right corner or just delete the float property and put the code in wherever you like.

Due to your own css effects, the look and feel of tool bar may different from the one you see in our site. Most of the case, this is caused by the value of padding property (attribute). To fix it, please change the width property of #tool. to a smaller value.


Changed:
<
<

CGI Interface

>
>
You can disable any tool by commenting out the individual tool button and form.

Changed:
<
<

Web Service Interface

>
>
At the end of the source code, there is a form named "paramholder" with 3 hidden controls. This allows the site owners to change the values of these there parameters based on their requirements.

If your site is designed as separated CONTAINERS, for example, all navigation bar is in one container ( <div class="navigation"> </div>), and your text content is in another container (such as <div class="main_content"> and </div>), and you wish to analyze the text content only, change the parameter values to your desired ones. For the above example, change the element value to "div", the attribute value to "class" and the attrvalue value to "main_content".

If your web site is not designed as CONTAINERS, you don't need to change anything here. It has been pre-set to "boby", i.e. entire page.

For General User

Added:
>
>
  • Click the tool bar to expand/collapse the tool list
  • For tools that don't need extra parameter (all parameters predefined), click the tool name to run the tool.
  • For tools that do need extra parameters, you need to fill the parameter(s) first, then click the too name to run the tool.
  • Click the question mark at the right end of each tool, you can get help information
  • Click the button at the very bottom -- T-Bar from TAPoR, you get the help information about this tool bar.
  • Some of the tools require java1.4.2 or above plugins. You need to install th plugins to see the results.

Known Bugs

To Do


 <<O>>  Difference Topic TAPoRwareToolBar (r1.1 - 04 Jul 2006 - LianYan)
Line: 1 to 1
Added:
>
>
META TOPICPARENT TAPoRware

Analysis Tool Bar

See http://taporware.mcmaster.ca/~taporware/betaTools/Tbar.shtml

Description

The object of the Analysis Tool Bar is to provide the HTML document owners a easy way to use TAPoRware tools on their sites.

This tool combines almost all the available TAPoRware HTML tools into a expandable tool bar with many parameters predefined to fit most user's need. Site owners can easily put the tool bar in their html pages. Then user can user the TAPoRware HTML tool set to analyze the pages.

History

Pseudocode

Ways of Using

For Site Owner

You can copy and paste the following code into a pair of block level HTML tags. The entire tool bar code is contained in a pair of table tags

For General User

CGI Interface

Web Service Interface

Known Bugs

To Do

Write tool summary and walkthrough

-- LianYan - 04 Jul 2006


Topic: TAPoRwareToolBar . { View | Diffs | r1.10 | > | r1.9 | > | r1.8 | More }

Revision r1.1 - 04 Jul 2006 - 19:38 - LianYan
Revision r1.10 - 17 Oct 2007 - 02:35 - ShawnDay