Difference between revisions
  • {
  • "id": 18,
  • "title": "Taxa of ranks not on AntCat (nothing to do for now)",
  • "description": "
  • We have these ranks on AntCat: Family, Subfamily, Tribe, Genus, Subgenus, Species and Subspecies
  • For name records we also have: SubtribeName and CollectiveGroupName
  • I have nothing in particular in mind for these, but I created this issue to collect them for the future.
  • ----
  • ##### Looks like subtribes
  • ###### **Randomly found**
  • * {tax 429685} - Tribe
  • * {tax 429043}
  • ###### **With name type SubtribeName**
  • * {tax 429350} - Genus
  • * {tax 429090} - Tribe
  • * {tax 429543} - Tribe
  • ###### **-cina**
  • * {tax 429350} - Genus
  • * {tax 429976} - Genus
  • * {tax 495754} - Genus
  • * {tax 429090} - Tribe
  • * {tax 429685} - Tribe
  • ###### **-ina** (includes repeats from -cina)
  • * {tax 429202} - Genus
  • * {tax 429203} - Genus
  • * {tax 429350} - Genus
  • * {tax 429371} - Genus
  • * {tax 429976} - Genus
  • * {tax 477649} - Genus
  • * {tax 495754} - Genus
  • * {tax 429090} - Tribe
  • * {tax 429544} - Tribe
  • * {tax 429545} - Tribe
  • * {tax 429546} - Tribe
  • * {tax 429685} - Tribe
  • ###### **-titi**
  • * {tax 429543} - Tribe
  • ----
  • ##### Protonyms
  • Protonyms is a different story. For example, we have [Dorylida](/protonyms/155211) - \"Dorylinae as family: Leach, 1815: 147 [Dorylida (family-group name)\"
  • ----
  • ##### Scripts
  • * `Taxon.joins(:name).where(names: { type: 'SubtribeName' }).each do |t| puts \"* {tax #{t.id}} - #{t.type}\" end; nil`
  • * `Taxon.where.not(type: ['Species', 'Subspecies']).where('name_cache LIKE ?', \"%cina\").each do |t| puts \"* {tax #{t.id}} - #{t.type}\" end; nil`
  • * `Taxon.where.not(type: ['Species', 'Subspecies']).where('name_cache LIKE ?', \"%ina\").each do |t| puts \"* {tax #{t.id}} - #{t.type}\" end; nil`
  • * `Taxon.where.not(type: ['Species', 'Subspecies']).where('name_cache LIKE ?', \"%titi\").each do |t| puts \"* {tax #{t.id}} - #{t.type}\" end; nil`",
  • "created_at": "2019-04-11T16:15:46.000Z",
  • "updated_at": "2019-04-30T19:25:30.000Z",
  • "open": true
  • }
  • {
  • "id": 18,
  • "title": "Taxa of ranks not on AntCat (nothing to do for now)",
  • ----
  • ----
  • ----
  • "description": "
  • We have these ranks on AntCat: Family, Subfamily, Tribe, Genus, Subgenus, Species and Subspecies
  • For name records we also have SubtribeName
  • I have nothing in particular in mind for these, but I created this issue to collect them for the future.
  • ---
  • ##### Looks like subtribes
  • ###### **Randomly found**
  • * {tax 429685} - Tribe
  • * {tax 429043}
  • ###### **With name type SubtribeName**
  • * {tax 429350} - Genus
  • * {tax 429090} - Tribe
  • * {tax 429543} - Tribe
  • ###### **-cina**
  • * {tax 429350} - Genus
  • * {tax 429976} - Genus
  • * {tax 495754} - Genus
  • * {tax 429090} - Tribe
  • * {tax 429685} - Tribe
  • ###### **-ina** (includes repeats from -cina)
  • * {tax 429202} - Genus
  • * {tax 429203} - Genus
  • * {tax 429350} - Genus
  • * {tax 429371} - Genus
  • * {tax 429976} - Genus
  • * {tax 477649} - Genus
  • * {tax 495754} - Genus
  • * {tax 429090} - Tribe
  • * {tax 429544} - Tribe
  • * {tax 429545} - Tribe
  • * {tax 429546} - Tribe
  • * {tax 429685} - Tribe
  • ###### **-titi**
  • * {tax 429543} - Tribe
  • ---
  • ##### Protonyms
  • Protonyms is a different story. For example, we have [Dorylida](/protonyms/155211) - \"Dorylinae as family: Leach, 1815: 147 [Dorylida (family-group name)\"
  • ---
  • ##### Scripts
  • * `Taxon.joins(:name).where(names: { type: 'SubtribeName' }).each do |t| puts \"* {tax #{t.id}} - #{t.type}\" end; nil`
  • * `Taxon.where.not(type: ['Species', 'Subspecies']).where('name_cache LIKE ?', \"%cina\").each do |t| puts \"* {tax #{t.id}} - #{t.type}\" end; nil`
  • * `Taxon.where.not(type: ['Species', 'Subspecies']).where('name_cache LIKE ?', \"%ina\").each do |t| puts \"* {tax #{t.id}} - #{t.type}\" end; nil`
  • * `Taxon.where.not(type: ['Species', 'Subspecies']).where('name_cache LIKE ?', \"%titi\").each do |t| puts \"* {tax #{t.id}} - #{t.type}\" end; nil`",
  • "created_at": "2019-04-11T16:15:46.000Z",
  • "updated_at": "2019-05-19T00:37:00.000Z",
  • "open": true
  • }
Revision history
Compare with... Date User Event
cur prev 17:35 12 July 2019 (about 6 years ago) Fredrik Palmkron
cur prev 00:37 19 May 2019 (about 6 years ago) Fredrik Palmkron update
cur prev 19:25 30 April 2019 (over 6 years ago) Fredrik Palmkron update
cur prev 21:03 12 April 2019 (over 6 years ago) Fredrik Palmkron update
cur prev 16:30 12 April 2019 (over 6 years ago) Fredrik Palmkron update
cur prev 16:15 11 April 2019 (over 6 years ago) Fredrik Palmkron update