Browse taxonomic tree
Catalogue of Life: 24th December 2018
English
French
Spanish
Chinese
Russian
Portuguese
Dutch
German
Polish
Lithuanian
Thai
Vietnamese
Browse taxonomic tree
var showCommentFeedback = 0;
var hierarchy = new Array(0,52433370,52433375,52433376,52433382,52435397,52435398,52531851);
var jsFeedbackUrl = "http://www.catalogueoflife.org/feedback";
var treeHash = "79c894ddba2afab4cbf1c29f94594a2a";
var translations = new Array();
translations['est'] = 'est';
translations['Number_of_species'] = 'Number of species';
translations['Estimated_number'] = 'Estimated number of species known to taxonomists';
translations['Percentage_covered'] = 'Percentage covered';
translations['Estimation_source'] = 'Estimation source';
translations['Source_database'] = 'Source database';
translations['Source_databases'] = 'Source databases';
translations['Multiple_providers'] = 'Multiple providers';
translations['Close_window'] = 'Close window';
translations['Name'] = 'Name';
translations['Email'] = 'Email';
translations['Type'] = 'Type';
translations['Comment'] = 'Comment';
translations['wrong_branch'] = 'Placed in the wrong taxonomic branch';
translations['general_comment'] = 'General comment';
translations['correction'] = 'Correction';
translations['additional_information'] = 'Additional information for inclusion in Catalogue';
translations['Send'] = 'Send';
translations['Comment_being_processed'] = 'Your comment is being processed, please wait.';
translations['Searching_for_the_regions_please_wait'] = 'Searching for the regions, please wait...';
translations['All_regions_retrieved'] = 'All regions retrieved';
translations['x_out_of_y_regions_retrieved'] = '%s out of %n regions retrieved';
translations['There_are_no_regions_to_show'] = 'There are no regions to show';
translations['failed_to_retrieve_regions'] = 'Failed to retrieve regions';
translations['failed_to_retrieve_region'] = 'Failed to retrieve region';
translations['All_fields_are_required'] = 'All fields are required.';
translations['info_icon_title'] = 'Show statistics';
translations['feedback_icon_title'] = 'Provide feedback';
translations['map_icon_title'] = 'Show distribution';
translations['is_extinct'] = 'Is extinct';
translations['has_modern'] = 'Has modern';
translations['has_preholocene'] = 'Has pre-Holocene';
translations['y'] = 'yes';
translations['n'] = 'no';
translations['Extinct_tip'] = 'This is an extinct taxon!';
translations['extinct'] = 'extinct';
translations['estimation_extinct'] = '[t] of [e] est. living spp ([p])';
translations['estimation_not_extinct'] = '[t] of [e] est. spp ([p])';
translations['living'] = 'living';
dojo.require("dijit.TooltipDialog");
var dialog;
initTree = function() {
var store = new dojox.data.QueryReadStore({ url: baseUrl + '/browse/tree/fetch/taxa' });
var model = new ACI.dojo.TxStoreModel({
store: store,
query: { id: 0 },
id: 'tree',
labelAttr: 'name',
rootLabel: '',
typeAttr:'type',
childrenAttr: 'children'
}, 'store');
var tree = new ACI.dojo.TxTree({ model: model }, 'tree');
tree.persist = false;
};
initInfoPanel = function() {
dialog = new dijit.TooltipDialog({
"class": "infoPanel"
});
};
dojo.addOnLoad(initTree);
dojo.addOnLoad(initInfoPanel);
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
try {
var pageTracker = _gat._getTracker("UA-11416096-1");
pageTracker._trackPageview();
} catch(err) {}