Project

General

Profile

Actions

task #8275

closed

[DISCUSS] Relationship between invalid designations and invalid names / nom. inval.

Added by Andreas Müller almost 5 years ago. Updated over 3 years ago.

Status:
Worksforme
Priority:
Highest
Category:
cdm
Start date:
Due date:
% Done:

0%

Estimated time:
Severity:
normal
Tags:

Description

Is this the same?

In BM dataportal version of E+M it looks like ALL nom. inval. are shown as inval. desig.:

So it looks like it is the same. Therefore this primarily seems to be ad data portal ticket as it is about how to publish the data.

However, we may also discuss, why we do not use the invalid designation taxon relationship here instead of an ordinary synonym relationship for a "nom. inval." name.

Open questions:


Files

picture761-2.png (7.95 KB) picture761-2.png Andreas Müller, 05/14/2019 11:36 AM

Related issues

Related to EDIT - task #8055: Correct formatting for invalid designationsRejectedAndreas Müller

Actions
Related to EDIT - feature request #7666: Remaining issues for "Formatter and DTO for taxon relationships (e.g. misapplied names)"In ProgressAndreas Müller

Actions
Related to EDIT - feature request #9272: Add missing nomenclatural statusClosedAndreas Müller

Actions
Actions #1

Updated by Andreas Müller almost 5 years ago

  • Description updated (diff)
  • Target version changed from Euro+Med Migration to Euro+Med Portal Release
Actions #2

Updated by Andreas Müller almost 5 years ago

  • Related to task #8055: Correct formatting for invalid designations added
Actions #3

Updated by Andreas Müller almost 5 years ago

  • Related to feature request #7666: Remaining issues for "Formatter and DTO for taxon relationships (e.g. misapplied names)" added
Actions #4

Updated by Andreas Müller almost 5 years ago

ERS (2018-03-28):

Dear all,

to facilitate the discussion about the status "invalid designation", I am continuing in English and put Nick in cc.

The background for this is article 6.3 Melbourne Code: "In this code, unless otherwise indicated, the word "name" means a name that has been validly published [...]".

Consequently, there is no such thing (status) as a nom. inval., because if it is not validly published, it is by definition not a name, but an invalid designation (des. inval.).

In fact, the abbreviation so commonly found in the literature "nom. inval." is not even included in the glossary, nor in the subject index of the Melbourne code (neither is "invalid designation", nor "des. inval.").

In Euro+Med Plantbase, the editors took the code very literally, eventually arriving at the point that such an invalid designation is not even a synonym (which has to be a good name). It is common practice to indicate this, in synonym lists, with a dash before the "name", instead of the "=" which precedes a validly published synonym. However, in most publications, the abbreviation "nom. inval." is commonly used. @Nick, do you have a recommendation how to deal with invalid designations in databases and publications, from a nomenclatural point of view?

In the following example,
http://ww2.bgbm.org/EuroPlusMed/PTaxonDetail.asp?NameId=121643&PTRefFk=7000000
Euro+Med
differentiates between
Basionym; Homotypic synyonyms; heterotypic synonyms; invalid designations and misapplied names.

@Anton, do you know how the status "invalid designation" is assigned in the Berlin Model Portal?

Answer to:

AM: ... Bevor ich es vergesse, möchte ich einen Fall hier aber schon mal erwähnen, und zwar http://ww2.bgbm.org/EuroPlusMed/PTaxonDetail.asp?NameId=7709633&PTRefFk=7100000 , also der erste Fall bei den Synonymen (Bromus ramosus subsp. bikfayensis).
Dieses wird als INVALID DESIGNATION ausgegeben, allerdings habe ich keine Ahnung, woher diese Information stammt. Im BM Editor finde ich sie in keinem Feld. Ist das eine Zusammengesetze Information? Auch wurde nicht der Relationstyp „is invalid designation for“ verwendet. Hat jemand eine Ahnung woher das kommt?
Das wäre wichtig zu wissen, um ggf. ähnliche Fälle auch korrekt behandeln zu können.

Actions #5

Updated by Andreas Müller almost 5 years ago

We do not have any invalid designation relationships in E+M (BM):

SELECT *
FROM RelPTaxon rel
WHERE   RelQualifierFk IN (8)
ORDER BY RelQualifierFk;
Actions #6

Updated by Andreas Müller almost 5 years ago

  • Description updated (diff)
Actions #7

Updated by Andreas Müller almost 5 years ago

  • Description updated (diff)
Actions #8

Updated by Andreas Müller almost 5 years ago

All invalid names (term ids may need to be adapted)

SELECT ns.type_id, ns.citation_id, n.nameCache, n.titleCache, n.id
FROM NomenclaturalStatus ns INNER JOIN TaxonName_NomenclaturalStatus MN ON MN.status_id = ns.id
 INNER JOIN  TaxonName n ON n.id = MN.TaxonName_id
WHERE ns.type_id IN (867, 871, 877, 876, 873, 875) AND nameCache LIKE 'Tara%cup%'
ORDER BY ns.type_id

And the vocabulary (id to be adapted):

SELECT *
FROM DefinedTermBase dtb 
WHERE dtb.titleCache LIKE '%%'
AND dtb.DTYPE = 'NomenclaturalStatusType' AND dtb.vocabulary_id = 19;
Actions #9

Updated by Andreas Müller over 3 years ago

Actions #10

Updated by Andreas Müller over 3 years ago

Andreas Müller wrote:

All invalid names (term ids may need to be adapted)

I think this is handled sufficiently in #9272.

Actions #11

Updated by Andreas Müller over 3 years ago

  • Status changed from New to Worksforme
  • Priority changed from New to Highest

AM:

Es gibt noch das Ticket #8275 , welches ich erstellt habe, als ich noch nicht so genau wußte, was es mit der Anzeige von „Invalid Designation“ im alten E+M Portal auf sich hatte.
Das meiste davon hat sich für mich glaube ich geklärt.
Es bleibt für mich aber die Frage, ob es für E+M noch erwünscht ist, die Invalid Designations jenseits der Verwendung des Dash in der Synonymie und der Anzeige des nomenklatorischen Status und der Sortierung nach unten noch weitergehend zu kennzeichnen. Da wir im CDM, anders als im Berlin Model ja bislang keine expliziten Synonymseiten haben, scheint mir das eigentlich nicht notwendig.

Wenn nicht notwendig, können wir https://dev.e-taxonomy.eu/redmine/issues/8275 schließen denke ich. Oder?

ERS:

für des. inval. Ist es m.E. tatsächlich ausreichend, was Du beschrieben hast. Dash, Anzeige des Status, Sortierung nach unten. Darüberhinaus sehe ich keine Notwendigkeit.

Actions

Also available in: Atom PDF