Difference between revisions of "RadLex Term Browser"

From MircWiki
Jump to navigation Jump to search
(Starting new page)
 
Line 1: Line 1:
<h1>Documentation for the RadLex Term Browser</h1>
+
Viest the [http://radlex.org RadLex Term Browser]<br />
[http://radlex.org RadLex Term Browser]
+
 
 +
== Term Browser Design ==
 +
The RadLex Term Browser uses AJAX to provide the responsive needed to generate the parent-child tree.  However, by using AJAX, any web browser that has Javascript disabled (and most search engine robots) will be unable to view the Term Browser.  Therefore the Term Browser begins by assuming that the web browser does not have Javascript enabled and serves a basic page that the user requested.  If the user does have Javascript enabled, the browser is redirected to the [http://radlex.org/viewer 'viewer'].
 +
 
 +
The [http://radlex.org/basic.jsp basic version] of the servlet serves a completely new html page every time a new term is requested.  The basic version lacks the ability to search for terms, can not sort by different relationship types, and does not have a clipboard.
 +
 
 +
== RadLex URI's ==
 +
Each RadLex term has a unique RadLex ID, which is in the form "RID___", where the underscores are replaced by a variable number of numbers (it can be described by the regular expression "^RID([0-9])$".  The Uniform Resource Identifier (URI) is formed by concatenating "http://radlex.org/" and the radlex ID.  For example, [http://radlex.org/RID4 http://radlex.org/RID4] .
 +
 
 +
== Browser Compatibility ==
 +
 
 +
The RadLex Term Browser has been tested:
 +
<ul>
 +
<li>Mozilla Firefox 2.0</li>
 +
<li>Microsoft Internet Explorer 7</li>
 +
<li>Microsoft Internet Explorer 6</li>
 +
<li>Apple Safari 1.2</li>
 +
<li>Opera 9.10</li>
 +
</ul>
 +
The Term Browser should work in any modern web browser.
 +
 
 +
If Javascript is disabled, the user will only get a basic version of the Term Browser.

Revision as of 20:22, 13 February 2007

Viest the RadLex Term Browser

1 Term Browser Design

The RadLex Term Browser uses AJAX to provide the responsive needed to generate the parent-child tree. However, by using AJAX, any web browser that has Javascript disabled (and most search engine robots) will be unable to view the Term Browser. Therefore the Term Browser begins by assuming that the web browser does not have Javascript enabled and serves a basic page that the user requested. If the user does have Javascript enabled, the browser is redirected to the 'viewer'.

The basic version of the servlet serves a completely new html page every time a new term is requested. The basic version lacks the ability to search for terms, can not sort by different relationship types, and does not have a clipboard.

2 RadLex URI's

Each RadLex term has a unique RadLex ID, which is in the form "RID___", where the underscores are replaced by a variable number of numbers (it can be described by the regular expression "^RID([0-9])$". The Uniform Resource Identifier (URI) is formed by concatenating "http://radlex.org/" and the radlex ID. For example, http://radlex.org/RID4 .

3 Browser Compatibility

The RadLex Term Browser has been tested:

  • Mozilla Firefox 2.0
  • Microsoft Internet Explorer 7
  • Microsoft Internet Explorer 6
  • Apple Safari 1.2
  • Opera 9.10

The Term Browser should work in any modern web browser.

If Javascript is disabled, the user will only get a basic version of the Term Browser.