checklistbank icon indicating copy to clipboard operation
checklistbank copied to clipboard

Regression for Calephelis Grote & Robinson, 1869

Open CecSve opened this issue 2 years ago • 1 comments

This issue seems to also be present for the genera: Baeotis, Calydna, Mesosemia. They should all be under Riodinidae according to CoL but are proposed to resolved to NULL higher taxonomy.

{
  "count": 2643,
  "verbatim_kingdom": "Animalia",
  "verbatim_phylum": "Arthropoda",
  "verbatim_class": "Insecta",
  "verbatim_order": "Lepidoptera",
  "verbatim_family": "Riodinidae",
  "verbatim_genus": "Calephelis",
  "verbatim_species": "sp.",
  "verbatim_infra": "null",
  "verbatim_rank": "genus",
  "verbatim_verbatimRank": "null",
  "verbatim_scientificName": "Calephelis sp.",
  "verbatim_generic": "null",
  "verbatim_author": "NO APLICA",
  "current_kingdom": "Animalia",
  "current_phylum": "Arthropoda",
  "current_class": "Insecta",
  "current_order": "Lepidoptera",
  "current_family": "Lycaenidae",
  "current_genus": "Calephelis",
  "current_subGenus": "null",
  "current_species": "null",
  "current_scientificName": "Calephelis Grote & Robinson, 1869",
  "current_acceptedScientificName": "Calephelis Grote & Robinson, 1869",
  "current_kingdomKey": 1,
  "current_phylumKey": 54,
  "current_classKey": 216,
  "current_orderKey": 797,
  "current_familyKey": 5473,
  "current_genusKey": 1936327,
  "current_subGenusKey": "null",
  "current_speciesKey": "null",
  "current_taxonKey": 1936327,
  "current_acceptedTaxonKey": 1936327,
  "proposed_kingdom": "Animalia",
  "proposed_phylum": "null",
  "proposed_class": "null",
  "proposed_order": "null",
  "proposed_family": "null",
  "proposed_genus": "Calephelis",
  "proposed_subGenus": "null",
  "proposed_species": "null",
  "proposed_scientificName": "Calephelis Grote & Robinson, 1869",
  "proposed_acceptedScientificName": "Calephelis Grote & Robinson, 1869",
  "proposed_kingdomKey": 1,
  "proposed_phylumKey": "null",
  "proposed_classKey": "null",
  "proposed_orderKey": "null",
  "proposed_familyKey": "null",
  "proposed_genusKey": 1936327,
  "proposed_subGenusKey": "null",
  "proposed_speciesKey": "null",
  "proposed_taxonKey": 1936327,
  "proposed_acceptedTaxonKey3450": 1936327,
  "_key": 2524,
  "changes": {
    "phylum": true,
    "phylumKey": true,
    "class": true,
    "classKey": true,
    "order": true,
    "orderKey": true,
    "family": true,
    "familyKey": true
  },
  "reviewed": false
}

CecSve avatar Nov 16 '22 10:11 CecSve

Odd, like #245 also correct in the database:

clb=# select * from nubcl where id=1936327;
   id    | rank  |  status  | syn |          scientific_name          | size | pid  |   parent   |   family   |    order    |  class  |   phylum   | kingdom  
---------+-------+----------+-----+-----------------------------------+------+------+------------+------------+-------------+---------+------------+----------
 1936327 | GENUS | ACCEPTED | f   | Calephelis Grote & Robinson, 1869 |   70 | 5473 | Lycaenidae | Lycaenidae | Lepidoptera | Insecta | Arthropoda | Animalia

mdoering avatar Nov 17 '22 15:11 mdoering