Project

General

Profile

bug #9302

Updated by Andreas Kohlbecker over 3 years ago

In the Phycobank context a couple of issues for type formatting have been found, after TypeDesginationSetManager has been refactored. Some of them came from refactoring, some are new. 

 * ~~brackets around year in short citation (both designated by and fide citations) lead to double brackets - e.g. "... country, location (lectotpy: B 12345 designated by Miller (2020))"~~  
 => simply remove brackets around year 
 * ~~microcitations for short citations not yet implemented~~  
 => implement as "Author year: xyz) 
 * ~~designation citations can have the form "designated by" or "designated in" (and "vide" - see next issue). The former linking to an authorteam within a reference (if the autorteam differs from the reference authorteam). The second references the reference and does not mention the exact authors~~  
 => "Designated by" should be used as it is most exact and also with "designated in" it is per se unclear who the authors of a designation, additional information is needed to distinguis if the authors of the designated in references are also the authors of the type designation. 
 * A third kind of designation is using "vide". This means that the designation is kind of doubtful, as the type was mentioned in the given reference but it is not clear if the reference is the place of designation or if the reference mentions only a designation that took place elsewhere.  
 => maybe we need a flag indicating if the designation citation is a "vide-citation" so the correct formatting can be done => a mail was sent to users to ask for opinions 
 * NameTypeDesignations on the registration page do not show the designation reference at all anymore, before they did show the long form sepated only by empty space. Both is not expected behavior. => Better we should have the name type followed by "designated by" followed by the above mentioned short form of the citation 
 * SpecimenTypeDesignations with designations are currently handled different to NameTypeDesignations as the show the "designated by" part in brackets behind the type status but before the specimen information. This should be unified by using the NameTypeDesignation format here as well which is typestatus followed by type followed by designated by short citation  
 * ~~The search result in phycobank currently includes citation information, this was not the case before and should be removed again~~  
 => Asked AK if this can be implemented in dataportal code ==> #9306 
 * Microreferences for non-lectotypes should be editable => see #9303

Back