Issue 11816

Redesign Typification Block on Species Page

11816
Reporter: mdoering
Assignee: mdoering
Type: Improvement
Summary: Redesign Typification Block on Species Page
Priority: Major
Resolution: Fixed
Status: Resolved
Created: 2012-09-07 10:21:18.895
Updated: 2015-03-05 14:22:30.34
Resolved: 2015-03-05 14:22:30.311
        
Description: A species page shows the Typification of a name in a separate block. We should review the current design (attached) and check if it makes sense.

Depending on the rank of a name usage different information needs to be shown:

A) species or below have proper type specimen and we need to show the type specimen we have from both the Occurrence store and checklistbank.

B) genus or above: there never is any type specimen, but only a type *name*. I.e. the species name that is considered the type for a higher ranked name. This is very differetn information.


In both cases there can be multiple "type designations".
See the [TypeDesignation model class | http://builds.gbif.org/job/occurrence/site/apidocs/org/gbif/occurrencestore/api/model/TypeDesignation.html] as a base and the [TypeSpecimen dwca extension|http://rs.gbif.org/extension/gbif/1.0/typesandspecimen.xml]]]>
    

Attachment Current Type Specimen Block.png


Attachment proposed name typification.png


Attachment proposed type specimen.png



Author: trobertson@gbif.org
Created: 2012-09-07 10:25:00.52
Updated: 2012-09-07 10:25:00.52
        
Current design is not attached.

Does this depend on occurrences having typification records?  If so, this is definitely not 0.2 work (0.4 / 0.5 for sure)
    


Author: mdoering@gbif.org
Comment: Indeed, thanks for the reminder Tim
Created: 2012-09-07 10:34:26.61
Updated: 2012-09-07 10:34:26.61


Author: mdoering@gbif.org
Created: 2015-03-05 13:14:11.253
Updated: 2015-03-05 13:17:12.462
        
The situation has changed a little since.
ChecklistBank now only deals with type names and does not store any type specimens anymore. For a complete types section we need to:

A) for GBIF backbone species or below show type specimens as retrieved from the occurrence search
B) genus or above in any checklist: show the type name from clb services

    


Author: mdoering@gbif.org
Created: 2015-03-05 13:16:28.946
Updated: 2015-03-05 13:16:28.946
        
A type species case is the genus "Nesogryllus Perkins, 1899":
http://api.gbif.org/v1/species/131684623
http://api.gbif.org/v1/species/131684623/typeSpecimens
    


Author: mdoering@gbif.org
Comment: name types from CLB done and attached as screenshot
Created: 2015-03-05 13:39:29.292
Updated: 2015-03-05 13:39:29.292


Author: mdoering@gbif.org
Created: 2015-03-05 13:54:14.384
Updated: 2015-03-05 13:54:14.384
        
In order to retrieve type specimens accurately issue POR-964 needs to be addressed.
Meanwhile we can just link to type specimens that have the taxonKey equal to the species, ignoring typifiedName for now
    


Author: mdoering@gbif.org
Created: 2015-03-05 14:17:59.036
Updated: 2015-03-05 14:19:12.907
        
Adding initial implementation for type specimens, see screenshot

Species with type specimen:
http://www.gbif.org/species/5154627

Genus with type species
http://www.gbif.org/species/131684623
    


Author: mdoering@gbif.org
Created: 2015-03-05 14:22:30.338
Updated: 2015-03-05 14:22:30.338
        
Closed with commit https://github.com/gbif/portal-web/commit/811d7e3250121e5954151e9338dc6da70d6efa07

When the more accurate service POR-964 exists the occurrence search method needs to be replaced