Eccritotarsini

Eccritotarsini is a tribe of plant bugs in the family Miridae. There are about 14 genera and at least 40 described species in Eccritotarsini.[1][2]

Sysinas linearis

Eccritotarsini
Halticotoma valida
Scientific classification
Kingdom: Animalia
Phylum: Arthropoda
Class: Insecta
Order: Hemiptera
Family: Miridae
Subfamily: Bryocorinae
Tribe: Eccritotarsini
Berg, 1884

Genera

These 14 genera belong to the tribe Eccritotarsini:

  • Aguayomiris Maldonado Caprilles, 1987 c g b
  • Caulotops Bergroth, 1898 i c g b
  • Cyrtocapsus Reuter, 1876 i c g
  • Eccritotarsus Stal, 1860
  • Halticotoma Townsend, 1892 i c g b
  • Hemisphaerodella Reuter, 1908 i g
  • Hesperolabops Kirkaldy, 1902 i c g b
  • Mertila Distant, 1904 i c g
  • Pachypoda Carvalho and China, 1951 i c g
  • Pycnoderes Guérin-Méneville, 1857 i c g b
  • Pycnoderiella Henry, 1993 i c g
  • Sixeonotopsis Carvalho and Schaffner, 1974 i c g
  • Sixeonotus Reuter, 1876 i c g b
  • Sysinas Distant, 1883 i c g
  • Tenthecoris Scott, 1886 i c g

Data sources: i = ITIS,[1] c = Catalogue of Life,[3] g = GBIF,[4] b = Bugguide.net[2]

gollark: getItemMeta returns a thing with stackSize, right?
gollark: Also, in that version there, patterns got fed in as a table with numeric indices from 1-9 representing each slot of the crafting table plus an optional qty key for how much the recipe produces.
gollark: Ridiculous. We *need* to be able to break maths in a snippet of code.
gollark: Here is a copy of the code I don't understand from the old version:```lualocal function descend(intermediateFn, terminalFn, i) local pattern = patterns[i] if pattern then intermediateFn(pattern) local pqty = pattern.qty -- Qty keys must be removed from the pattern for collation -- Otherwise, it shows up as a number stuck in the items needed table, which is bad. pattern.qty = nil local needs = util.collate(pattern) pattern.qty = pqty local has = {} for slot, item in pairs(pattern) do if util.satisfied(needs, has) then break end if patterns[item] then descend(intermediateFn, terminalFn, item) has[item] = (has[item] or 0) + (patterns[item].count or 1) end end else terminalFn(i) endendlocal function cost(i) local items = {} descend(function() end, function(i) table.insert(items, i) end, i) return util.collate(items)endlocal function tasks(i) local t = {} descend(function(pat) table.insert(t, pat) end, function() end, i) return tend```
gollark: Also, implementing whatever is done internally for finding free space to transfer to is hard!

References

  1. "Eccritotarsini Report". Integrated Taxonomic Information System. Retrieved 2018-04-21.
  2. "Eccritotarsini Tribe Information". BugGuide.net. Retrieved 2018-04-21.
  3. "Catalogue of Life". Retrieved 2018-04-21.
  4. "GBIF". Retrieved 2018-04-21.

Further reading


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.