Skip to content

Number of species in the extinct tree #101

@hyanwong

Description

@hyanwong

When we report "number of species", it's clearly wrong in the extinct tree, because a tip like "snakes" only counts as one species. Additionally, there are an indefinite number of species that could be in the extinct tree. Here are a few options for fixing the inaccuracy:

  • Completely remove the text that reports the number of species (easiest fix)
  • Rephrase to say "number of onezoom tips / taxa" (seems ugly)
  • Change the calculation code. I think all of these would require a new DB field, however.
    • don't count extant species, and say "number of extinct species/taxa in tree" (this would be relatively easy, I think, although we might fall foul of the times when we display just the genus, and don't expand the leaf to all the species.
    • don't count extinct species but count the number of species in each extant "fake leaf" somehow, and write "number of extant species" (we would need to either get the numbers from another onezoom instance, or use a huge newick + DB and simply not expand the tips). We would also need to distinguish extinct from extant species (probably easiest to do via the extinction_date field).
    • count all species, and do some careful wording to mean "all extant species and all the fossil species we choose to show".

Metadata

Metadata

Assignees

No one assigned

    Labels

    extinct treeIssues involving extinct species

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions