Xanthomelanodes

Xanthomelanodes is a genus of bristle flies in the family Tachinidae. There are at least four described species in Xanthomelanodes.[1][2][3][4]

Xanthomelanodes
Xanthomelanodes arcuatus
Scientific classification
Kingdom: Animalia
Phylum: Arthropoda
Class: Insecta
Order: Diptera
Family: Tachinidae
Tribe: Gymnosomatini
Genus: Xanthomelanodes
Townsend, 1893
Synonyms
  • Erythrophasia Townsend, 1917

Species

gollark: It *seemed* like it was just inserting things, but it may also be moving everything after this into the children of the other thingy?
gollark: ```nim var emNode = newDoublyLinkedNode(emToken) for childNode in token.children.nodes: if childNode.value == opener.value.token: emToken.children.head = childNode.next if childNode.next != nil: childNode.next.prev = nil childNode.next = emNode emNode.prev = childNode if childNode.value == closer.value.token: emToken.children.tail = childNode.prev if childNode.prev != nil: childNode.prev.next = nil childNode.prev = emNode emNode.next = childNode```
gollark: This would really be easier if they had actually bothered to put comments in this. I've worked out that it is in fact *not* a `seq.insert` call precisely, but I don't know what it's meant to be doing.
gollark: > .code.tio.c:6:31: error: macro "A" requires 2 arguments, but only 1 given
gollark: With no bound checking or anything.

References

  1. "Xanthomelanodes Genus Information". BugGuide.net. Retrieved 10 February 2018.
  2. "Xanthomelanodes Report". Integrated Taxonomic Information System. Retrieved 10 February 2018.
  3. "Xanthomelanodes Overview". Encyclopedia of Life. Retrieved 10 February 2018.
  4. O'Hara, James E. "Taxonomic and host catalogue of the Tachinidae of America North of Mexico". Tachinidae Resources.

Further reading

  • Arnett, Ross H. (30 July 2000). American Insects: A Handbook of the Insects of America North of Mexico. CRC Press. ISBN 978-0-8493-0212-1.


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