Issue 18205

ignore ex author in nub builds

18205
Reporter: mdoering
Type: Improvement
Summary: ignore ex author in nub builds
Priority: Major
Resolution: Fixed
Status: Closed
Created: 2016-02-04 12:22:48.428
Updated: 2016-02-04 12:45:22.292
Resolved: 2016-02-04 12:45:22.228
        
Description: ex authors in names should be ignored. Apprently the sequence of authors differes between botanical and zoological names: https://en.wikipedia.org/wiki/Author_citation_(botany)#Usage_of_the_term_.22ex.22

Botanical example:
Andropogon aromaticus Sieber ex Schult.
should be normalized to just Andropogon aromaticus Schult. in the AuthorComparator

See http://www.iapt-taxon.org/nomen/main.php?page=art46]]>
    


Author: mdoering@gbif.org
Created: 2016-02-04 12:39:18.032
Updated: 2016-02-04 12:39:18.032
        
The authorComparator already does this, but gets the author order wrong and removes the real author while leaving the ex author.
See also https://github.com/RBGKew/String-Transformers/blob/master/src/test/java/org/kew/rmf/transformers/authors/StripExAuthorTransformerTest.java
    


Author: mdoering@gbif.org
Comment: https://github.com/gbif/checklistbank/commit/e52b59eaba1d8c3e6eb88b6394e7dfbc01b25ce2
Created: 2016-02-04 12:45:22.289
Updated: 2016-02-04 12:45:22.289