Icterica
Icterica is a genus of fruit flies in the family Tephritidae. There are at least two described species in Icterica.[1][2][3][4]
Icterica | |
---|---|
Scientific classification ![]() | |
Kingdom: | Animalia |
Phylum: | Arthropoda |
Class: | Insecta |
Order: | Diptera |
Family: | Tephritidae |
Genus: | Icterica Loew, 1873 |
Species
- Icterica circinata (Loew, 1873)
- Icterica seriata (Loew, 1862)
gollark: It filters out one guild on which I discuss somewhat real-world things, filters out DMs, removes pings, and reads the messages.csv files, as well as producing a CSV output for aitextgen.
gollark: ```python#!/usr/bin/env python3import os, os.path, json, csv, reOUT = "/tmp/messages.csv"with open(OUT, "w") as g: outwriter = csv.writer(g) DATA_ROOT = "/tmp/messages" for x in os.listdir(DATA_ROOT): dir = os.path.join(DATA_ROOT, x) if os.path.isdir(dir): with open(os.path.join(dir, "channel.json")) as f: meta = json.load(f) if meta["type"] == 0 and ("guild" not in meta or meta["guild"]["id"] != "771081279403065344"): print(x, meta.get("name", "???"), meta.get("guild", "???")) with open(os.path.join(dir, "messages.csv")) as f: r = csv.reader(f) for row in r: channel, timestamp, message, _ = row message = re.sub("<@[0-9]+>", "", message) outwriter.writerow((message, ))```
gollark: And the messages folder → CSV dumper is something like 20 lines of python.
gollark: Why the free time thing though? It's not like looking up how to do this is particularly time consuming.
gollark: Oh, well, this is faster.
References
- "Icterica Genus Information". BugGuide.net. Retrieved 2018-02-27.
- "Icterica Report". Integrated Taxonomic Information System. Retrieved 2018-02-27.
- "Icterica Overview". Encyclopedia of Life. Retrieved 2018-02-27.
- "Browse Icterica". Catalogue of Life. Retrieved 2018-02-27.
Further reading
- Arnett, Ross H. Jr. (2000). American Insects: A Handbook of the Insects of America North of Mexico. 2nd Edition. CRC Press. ISBN 0-8493-0212-9.
- Capinera, John L., ed. (2008). Encyclopedia of Entomology. Springer. ISBN 978-1402062421.
- Charles, H. Curran (1934). "The families and genera of North American Diptera". Cite journal requires
|journal=
(help) - Doorenweerd, C.; Leblanc, L.; Norrbom, A.L.; Jose, M.S.; et al. (2018). "A global checklist of the 932 fruit fly species in the tribe Dacini (Diptera, Tephritidae)". ZooKeys. 730: 19–56. doi:10.3897/zookeys.730.21786. PMC 5799784. PMID 29416395.
- Foote, Richard H.; Blanc, P.L.; Norrbom, Allen L. (1993). Handbook of the Fruit Flies (Diptera: Tephritidae) of America North of Mexico. Cornell University Press (Comstock Publishing).
- McAlpine, J.F.; Petersen, B.V.; Shewell, G.E.; Teskey, H.J.; et al. (1987). Manual of Nearctic Diptera. Research Branch Agriculture Canada.
- Norrbom, A.L.; Carroll, L.E.; Thompson, F.C.; White, I.M.; et al. (1998). Thompson, F.C. (ed.). Systematic database of names. Fruit Fly Expert Identification System and Systematic Information Database. Myia. vol. 9. pp. 65–251. ISBN 90-5782-013-7.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.