|
Glasgow Taxonomic Name ServerDeveloped by Rod Page |
|
|
Queries
Source Related projects
|
Visualising big treesSome useful links.
Tree queries in SQLMiguel Sofer describes a clever way to combine SQL and string operations to query trees. You can get a copy of his notes and source from his web site, or download a local copy or read his draft manuscript. I use his approach in these queries. Other links of interest
Approximate string matchingIt would be nice to add a feature where if user type a taxon name and it is missplelt the database suggests an alternative (just like Google's "did you mean" feature). This can be done fairly simply by using agrep. Kevin A. McGrail's article "How-to build a better web-ring" suggests the following approach.
These line numbers correspond to the id of the names in the database. Agrep can be gotten by ftp from ftp://ftp.cs.arizona.edu/agrep/. |