{% extends "record/specimen.html" %} {% block heading %}
| Identification details | According to GBIF Backbone Taxonomy |
|---|---|
| Identified as species | {{ gbif_record['scientificName'] }} |
| Taxonomic classification | {{ classification }} |
| Identified | {{ gbif_record['identifiedBy'] }} |
| Occurrence details | |
| Recorded by | {{ gbif_record['recordedBy'] }} |
| Date recorded | {{ gbif_record['eventDate'] }} |
| Record number | {{ gbif_record['recordNumber'] }} |
| Location | |
| Country | {{ gbif_record['country'] or gbif_record['countryCode'] }} |
| Coordinates | {{ gbif_record['decimalLongitude'] }}, {{ gbif_record['decimalLatitude'] }} |
| Geographic classification | {{ geography }} |
| Islands | {{ gbif_record['islandGroup'] }} |
| Habitat | {{ gbif_record['habitat'] }} |
| Data Quality Issues | |
| {{ error['title'] }} | {{ error['description'] }} |
| GBIF Publication details | |
| Last interpreted | {{ h.gbif_render_datetime(gbif_record['lastInterpreted']) }} |
| Occurrence | {{ gbif_record['gbifID'] }} |
| Cluster | Cluster (this is an experimental feature that highlights possible duplicates and related occurrences) |
| Dataset | Dataset |
| Publisher | Natural History Museum |